Subject | SQL : bitwise operators |
---|---|
Author | ralfiii1 |
Post date | 2002-11-05T09:11:33Z |
Hello,
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)
SELECT * FROM TestTable
WHERE (Status AND 128)=0
Thx,
Ralf
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)
SELECT * FROM TestTable
WHERE (Status AND 128)=0
Thx,
Ralf