Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: bitwise AND / OR in query?
tim_lossen_at_my-deja.com wrote:
>
> is there any way to do bitwise operations
> in the WHERE-clause of a query?
>
> ... something like:
>
> SELECT * FROM .... WHERE ((field AND mask) > 0)
>
> --- tim
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Check the "BITAND" function - it does what you are after..
--
"Some days you're the pigeon, and some days you're the statue." Received on Fri Nov 12 1999 - 02:57:07 CST
![]() |
![]() |