Subject Re: [firebird-support] Bit operations in Firebird SQL
Author Ann W. Harrison
mobiltexmark wrote:
> I have a field that defines a bitmask and would like to have the sql
> search return data based on the mask, but can not seem to find
> anywhere describing bit operations.

Firebird doesn't support bit operations directly. You can probably find
a UDF that provides that support but you'll be giving up all indexed
optimization.


Regards,


Ann