| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Curious SQL question
J M Davitt wrote:
> Neo wrote: >>>> joining every customer with every product. The second select excludes
>>> select distinct orders.customer_id, products.product_id
>>> from orders, products
>>> minus
>>> select distinct customer_id, product_id
>>> from products;
>>>
>>> The first select esablishes a "universe of discourse" for the query by
What about XOR(A,B) ? Received on Sat Jan 06 2007 - 07:43:27 CST
![]() |
![]() |