Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: PL/SQL

Re: PL/SQL

From: Sancho <joseharvey_at_my-deja.com>
Date: Wed, 08 Nov 2000 10:07:11 GMT
Message-ID: <8ub8kd$81n$1@nnrp1.deja.com>

> Hello,
> Existe t-il un operateur de type OU BINAIRE (XOR) en pl/sql
Non, mais on peut le reemplacer avec une combination des operateurs NOT, AND et OR:
A XOR B = NOT(A AND B) AND (A OR B) HTH Jose

-=[ Sancho ]=-

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Wed Nov 08 2000 - 04:07:11 CST

Original text of this message

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