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: <mateev_at_my-deja.com>
Date: Fri, 22 Dec 2000 13:12:07 GMT
Message-ID: <91vjv4$51m$1@nnrp1.deja.com>

Thank you for help. I'm posting the end version of my BITWISE AND function:

select to_number(bitand(param1,param2)) from dual;

Georgy Mateev

In article <t450bqeprl2a1d_at_corp.supernews.com>,   "Richard Sutherland" <rsutherland_at_In-Touch.net> 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/
>
>

Sent via Deja.com
http://www.deja.com/ Received on Fri Dec 22 2000 - 07:12:07 CST

Original text of this message

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