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: Sylvain GRAVERON <sylvain.graveron_at_libertysurf.fr>
Date: Wed, 8 Nov 2000 13:56:27 +0100
Message-ID: <8ubi4f$f23$1@news2.isdnet.net>

Oui, mais OR ne marche pas avec un type ROW

merci

"Sancho" <joseharvey_at_my-deja.com> a écrit dans le message news: 8ub8kd$81n$1_at_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 - 06:56:27 CST

Original text of this message

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