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_at_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 Sat Sep 03 2005 - 01:10:45 CEST

Original text of this message