| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
|  |  | |||
Home -> Community -> Usenet -> c.d.o.misc -> Re: bitwise NOT operation in oracle
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
|  |  |