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 -> Re: Bit logic in SQL - is it possible?

Re: Bit logic in SQL - is it possible?

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: 2000/06/07
Message-ID: <960396492.26332.0.pluto.d4ee154e@news.demon.nl>#1/1

There is a more or less hidden bitand function that addresses this

Hth,

Sybrand Bakker, Oracle DBA

Adrian Harrison <a_harrison_uk_at_yahoo.co.uk> schreef in berichtnieuws k9rsjscm4fvfjno53sg0s9bg279564r66f_at_4ax.com...
> Have a long int field that I want to test if individual bits are set i.e
>
> SELECT farm_code from nvz_visits_history where farm_type and 5;
>
> Doesn't like it - is it possible to do?
>
> Thanks
>
> Adrian Harrison
>
Received on Wed Jun 07 2000 - 00:00:00 CDT

Original text of this message

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