| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.misc -> bitmask operations and SQL
Are there any SQL operators that support bitmask operations? I'd like
to know if a certain bit within a number (integer) is set. For example,
number in question number I'm interested in
(decimal) (binary) (decimal) (binary)
27 11011 4 00100
In a bitwise AND operation, this would return FALSE, since the single bit that corresponds to the number I'm interested in, 4, is not set.
Thanks,
Chris Nalbone
Bristol-Myers Squibb
nalbonec_at_bms.com
Received on Wed May 20 1998 - 07:55:33 CDT
![]() |
![]() |