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 -> logic operators in sql

logic operators in sql

From: Ralf Fernan <ralphfernan.N0SPAM_at_yahoo.com>
Date: Mon, 24 May 2004 22:10:05 GMT
Message-ID: <1pusc.61198$hH.1111021@bgtnsc04-news.ops.worldnet.att.net>


Are there logic operators (bitwise &, |) available in SQL?

For example, in C, the expression (number & 3) produces the following values for number:

3 & 3 = true (binary 11 & 11)
4 & 3 = false (100 & 11)
7 & 3 = true (111 & 11)
Received on Mon May 24 2004 - 17:10:05 CDT

Original text of this message

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