Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: bitwise operator (logical AND)

Re: bitwise operator (logical AND)

From: James Petts <jpetts_at_celltech.co.uk>
Date: 1998/03/06
Message-ID: <350027f9.34986911@firewall.celltech>#1/1

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!" Petts
Received on Fri Mar 06 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US