Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> binary operators in PL/SQL

binary operators in PL/SQL

From: CadWeb <cadweb_at_wanadoo.fr>
Date: Wed, 15 Sep 1999 08:16:41 +0200
Message-ID: <7rndci$kv5$1@wanadoo.fr>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US