Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Bit Shifting Operations
Wm. G. Urquhart wrote:
>
> Can anyone tell me if it's possible to bit shift columns in a select
> statement?
>
> I can't find anything in the books!
>
> Thanks in advance.
>
> William.
Oracle has the BITAND operation (see UTLRAW.SQL) from which you can build OR, XOR and thus most of the other bit wise operations...Not a great solution but workable..
HTH
--
"Some days you're the pigeon, and some days you're the statue." Received on Sat Dec 18 1999 - 05:40:14 CST
![]() |
![]() |