Subject | Re: [IB-Conversions] SQL : bitwise operators |
---|---|
Author | Ann W. Harrison |
Post date | 2002-11-05T18:18:01Z |
At 09:11 AM 11/5/2002 +0000, ralfiii1 wrote:
Regards,
Ann
www.ibphoenix.com
We have answers.
>Hello,Only with UDFs - user defined functions
>
>does Interbase (in my case it's Firebird 1) support bitwise operators?
>I'd like to do have a use it like in the following example (pseudocode)where bit_and (status, 128) = 0
>
>SELECT * FROM TestTable
>WHERE (Status AND 128)=0
Regards,
Ann
www.ibphoenix.com
We have answers.