Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: logic operators in sql
On Mon, 24 May 2004 22:10:05 GMT, "Ralf Fernan" <ralphfernan.N0SPAM_at_yahoo.com>
wrote:
>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)
http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96540/functions14a.htm#SQLRF00612
-- Andy Hassall <andy_at_andyh.co.uk> / Space: disk usage analysis tool http://www.andyh.co.uk / http://www.andyhsoftware.co.uk/spaceReceived on Mon May 24 2004 - 17:18:27 CDT
![]() |
![]() |