I was wondering if it\'s possible to do something like this (which doesn\'t work):
select cast( (exists(select * from theTable where theColumn like \'theValue
No it isn't possible. The bit data type is not a boolean data type. It is an integer data type that can be 0,1, or NULL.