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

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

Re: Question about Date & Darwen <OR> operator

From: Marshall Spight <marshall.spight_at_gmail.com>
Date: 2 Sep 2005 16:10:45 -0700
Message-ID: <1125702645.166269.140870@g43g2000cwa.googlegroups.com>


Mikito Harakiri wrote:
> Assuming domains x in {1,2} and y in {a,b} what is the result of
>
> {(x=1)} <OR> {(y=a)}

As I understand it, the result would be:

x y

---
1 a
1 b
2 a


which is 
{ (x, y) | x = 1 or y = a }


Marshall
Received on Fri Sep 02 2005 - 18:10:45 CDT

Original text of this message

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