Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> binary operators in PL/SQL
In visual Basic I can do
IF (myvalue AND 2) = 2 THEN ....
in TransactSQL
IF (myvalue & 2 ) = 2 ..
with myvalue is an integer
but how I can do that in PL/SQL I have read the doc but I can't find this
Thank you
Alain Mistral
please respond to :
a.mistral_at_pytheas.com
Received on Wed Sep 15 1999 - 01:16:41 CDT
![]() |
![]() |