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

Home -> Community -> Usenet -> comp.databases.theory -> Question about Date & Darwen <OR> operator

Question about Date & Darwen <OR> operator

From: Mikito Harakiri <mikharakiri_nospaum_at_yahoo.com>
Date: 2 Sep 2005 15:05:29 -0700
Message-ID: <1125698729.770269.224940@o13g2000cwo.googlegroups.com>


Assuming domains x in {1,2} and y in {a,b} what is the result of

{(x=1)} <OR> {(y=a)}

? Is it

x y
- -

1 a
1 b
2 b

or

x y
- -

1 a
1 b
2 a
2 b

? Received on Fri Sep 02 2005 - 17:05:29 CDT

Original text of this message

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