Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: logic operators in sql
Thanks!
"Andy Hassall" <andy_at_andyh.co.uk> wrote in message
news:e5t4b0hp4g86s7qe7ujnnblhmgkpr8e2ud_at_4ax.com...
> 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/functions1
4a.htm#SQLRF00612
>
> --
> Andy Hassall <andy_at_andyh.co.uk> / Space: disk usage analysis tool
> http://www.andyh.co.uk / http://www.andyhsoftware.co.uk/space
Received on Mon May 24 2004 - 17:21:03 CDT
![]() |
![]() |