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: Exist a bitwise - and - operator?

Re: Exist a bitwise - and - operator?

From: Michel Cadot <micadot_at_netcourrier.com>
Date: Thu, 6 Jan 2000 17:49:13 +0100
Message-ID: <852h28$avf$1@news3.isdnet.net>


There is bitand function:

v734> select bitand(5,3) from dual;

B
-
1

--
Have a nice day
Michel

Michael Kakuschky <kuschky_at_nikocity.de> a écrit dans le message : 851rs5$el4$1_at_news.nikoma.de...
> I translate some MSSQL Server Scripts to O8i. I have only one problem. I
> dont find any bitwise-and operator to compare two number values. There are
> only the UTL_RAW.BIT - Function to compare raw data. Knows any body a way to
> do this with number values?
>
> Michael
>
>
Received on Thu Jan 06 2000 - 10:49:13 CST

Original text of this message

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