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:16:56 +0100
Message-ID: <boaf66$1agkmp$1@ID-119204.news.uni-berlin.de>


Hi Alex,

try

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

Is that what you want?

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

Original text of this message

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