Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: bitwise operator (logical AND)
Take a look at Kevin Taufner's package at
http://www.revealnet.com/plsql-pipeline/archives/util.spp
MS Turd docs are in
http://www.revealnet.com/plsql-pipeline/archives/util.doc
On Fri, 6 Mar 1998 16:44:40 +0100, "Thomas Drolshagen" <tdrolshagen_at_scope.ch> wrote:
>Hi,
>how can I use bitwise operators in Oracle PL/SQL ?
>I want to do something like:
>SELECT (255 & 8) FROM DUAL;
>which should return 1.
-- James "I'd rather fall off Ilustrada than ride any other horse!" PettsReceived on Fri Mar 06 1998 - 00:00:00 CST
![]() |
![]() |