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

Home -> Community -> Usenet -> c.d.o.misc -> Re: SQL question

Re: SQL question

From: Reinhard Wahl <Reinhard_nospam.Wahl_at_gmx.de>
Date: Wed, 5 Nov 2003 10:22:49 +0100
Message-ID: <boafgr$1c4e7s$1@ID-119204.news.uni-berlin.de>


Sorry, I used the wrong tables from your example. The first table is the superset.

select col1, col2
from table_a
minus
select col1, col2
from table_b;

-- 
Reinhard
--------------------------------------------------------------
For direct reply please remove _nospam from address
Received on Wed Nov 05 2003 - 03:22:49 CST

Original text of this message

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