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 -> Bitwise Operators

Bitwise Operators

From: TimKArnold <timkarnold_at_aol.com>
Date: 25 Feb 1999 14:38:34 GMT
Message-ID: <19990225093834.23498.00000049@ng-fu1.aol.com>


Hi,

Are the bitwise operators or equivalents in Oracle? For example, if I have two columns A and B. A = '101' B ='001'

A and B = '001;
A or B = '101'
A xor B = '100'

TIA,
Tim Received on Thu Feb 25 1999 - 08:38:34 CST

Original text of this message

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