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: Bitwise AND in Oracle

Re: Bitwise AND in Oracle

From: Daniel A. Morgan <dmorgan_at_exesolutions.com>
Date: Thu, 21 Dec 2000 14:45:38 -0800
Message-ID: <3A428812.2D28F735@exesolutions.com>

Richard Sutherland wrote:

> They have an unpublished function that is used in some of the supplied
> packages -- chaeck out their source code.
>
> The command is called 'bitand'.
>
> Richard Sutherland
> rvsutherland_at_yahoo.com
>
> <mateev_at_geocities.com> wrote in message news:91t933$9gp$1_at_nnrp1.deja.com...
> > How can I make bitwise AND with ORACLE SQL?
> >
> > For example in MS/SQL this like that
> >
> > select 1 & 2
> >
> >
> > Georgy Mateev
> > gmateev_at_yahoo.com
> >
> >
> >
> > Sent via Deja.com
> > http://www.deja.com/

And if you look at the Data Dictionary views in 8.1.6 you will see it everywhere.

Dan Morgan Received on Thu Dec 21 2000 - 16:45:38 CST

Original text of this message

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