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

Home -> Community -> Usenet -> c.d.o.server -> sql to see all diff between two table

sql to see all diff between two table

From: xgong <xgong_at_mediaone.net>
Date: Sat, 23 Sep 2000 14:35:21 GMT
Message-ID: <Jc3z5.14663$tn.229863@typhoon.ne.mediaone.net>

I have duplicated table, table1 and table2. Then table2 has been updated with some fields.
How to get the all diff between two tables using sql?

following does not work for me:

select * from table1 where * not in (select * from table2)

thank you for your help!

ydeng Received on Sat Sep 23 2000 - 09:35:21 CDT

Original text of this message

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