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

Home -> Community -> Usenet -> c.d.o.server -> Re: Bitwise & operator - Oracle 8i - Std server - How do you do it ?

Re: Bitwise & operator - Oracle 8i - Std server - How do you do it ?

From: CME <support_at_cmesys.demon.co.uk>
Date: Tue, 17 Jul 2001 18:11:51 +0100
Message-ID: <995389963.1849.0.nnrp-01.c2de4217@news.demon.co.uk>

Thanks,

:)... the help doesn't really mention this function when you search for bitwise operators.

You are a star.

Matt..

Th. Rikl wrote in message <9j1qb6$edd$03$1_at_news.t-online.com>...
>There exists a "bitand" function in the standard package.
>
>
> function BITAND (LEFT binary_integer, RIGHT binary_integer)
> return binary_integer;
>
>try
>select to_char(bitand(16, 2) ) from dual;
Received on Tue Jul 17 2001 - 12:11:51 CDT

Original text of this message

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