Re: Relation Schemata vs. Relation Variables
From: Erwin <e.smout_at_myonline.be>
Date: 21 Aug 2006 06:44:26 -0700
Message-ID: <1156167866.680361.248340_at_i3g2000cwc.googlegroups.com>
Date: 21 Aug 2006 06:44:26 -0700
Message-ID: <1156167866.680361.248340_at_i3g2000cwc.googlegroups.com>
> NOT EXISTS
> (SELECT SupplierId
> FROM Suppliers /* before */
> WHERE Status = 20
> EXCEPT
> SELECT SupplierId
> FROM Suppliers' /* after */) ;