Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Bitwise operator in PL/SQL
Hi,
Does anyone know if there is a bitwise operator in PL/SQL. I need to
compare bits in a number field, Eg if i=3 (101 binary) and j=1 then i AND j
= 1, if k=2 (010 binary) then i AND k = 0.
What I am looking for is the bitwise AND operator.
Thanks,
Haresh
Received on Wed Oct 29 1997 - 00:00:00 CST
![]() |
![]() |