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 -> binary logic in SQL?

binary logic in SQL?

From: Rodney Volz <rodney_at_watchtower.LF.net>
Date: 6 Jan 1999 14:35:12 GMT
Message-ID: <76vsb0$j1i$1@news.LF.net>


Is there any way to use bitmap masks in oracle? What I need is something like:

  select * from emp where flags & 0x02 != 0;

where "flags & 0x02" behaves as if it was C code.

Thanks,
-Rodney Volz Received on Wed Jan 06 1999 - 08:35:12 CST

Original text of this message

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