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 -> Bitwise operator in PL/SQL

Bitwise operator in PL/SQL

From: Haresh Assumal <assumal_at_sprynet.com>
Date: 1997/10/29
Message-ID: <01bce48e$17b29600$fab1aacc@mycomp.intermediainc.com>#1/1

Hi,
Does anyone know if there is a bitwise operator in PL/SQL. I need to compare bits in a number field, Eg if i=3 (101 binary) and j=1 then i AND j = 1, if k=2 (010 binary) then i AND k = 0. What I am looking for is the bitwise AND operator.

Thanks,
Haresh Received on Wed Oct 29 1997 - 00:00:00 CST

Original text of this message

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