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 NOT operation in oracle

Re: bitwise NOT operation in oracle

From: Tweetie Pooh <bjr601553_at_cia.gov>
Date: Thu, 18 Mar 2004 17:07:53 GMT
Message-ID: <d119d2502625ebed40557a36f5df606d@news.teranews.com>


debu_at_rheal.com (Debu Das) honoured comp.databases.oracle.server on Thu 18 Mar 2004 10:31:19a with news:298f0e41.0403180231.29e9bf79_at_posting.google.com:

> Hi Friend,
>
> Does oracle support a bitwise NOT operation?
>
>
> Thanks in advance,
>
> Debu

If you are intending to reverse the bits then surely use a bitwise XOR with a pattern of all bits on.

10101010
11111111 xor



01010101 Received on Thu Mar 18 2004 - 11:07:53 CST

Original text of this message

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