Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: SQL question
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 addressReceived on Wed Nov 05 2003 - 03:22:49 CST
![]() |
![]() |