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 operators in PL/SQL ?

binary operators in PL/SQL ?

From: Matthias Barmeier <barmeier_at_mamba.com>
Date: Thu, 22 Apr 1999 13:53:43 GMT
Message-ID: <371f293f.23223042@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
Received on Thu Apr 22 1999 - 08:53:43 CDT

Original text of this message

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