| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: binary operators in PL/SQL ?
Matthias Barmeier <barmeier_at_mamba.com> wrote in message
news:371f293f.23223042_at_news.usenetserver.com...
> Hi,
>
>
> I would like to binary OR to integer values.
> e.g.
> x=14 || 20; /* C notation */
> value of x is then 30
>
> are there such operators in PL/SQL ?
>
> I cannot find anything in the docs.
>
> Ciao
> Matthias Barmeier
They're in UTL_RAW.BIT_OR. Look up the documentation for UTL_RAW and make sure that it's installed (utlraw.sql and prvtrawn.plb in the admin file catalog).
HTH. Finn Received on Mon Apr 26 1999 - 14:02:15 CDT
![]() |
![]() |