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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Select query that will tell me accounts in table A that are NOT in table B?

Re: Select query that will tell me accounts in table A that are NOT in table B?

From: John Edward Scott <admin_at_NOdaedalus-soln.demon.co.ukSPAM>
Date: Fri, 8 Jun 2001 23:08:11 +0100
Message-ID: <992037968.1161.0.nnrp-14.d4e495f5@news.demon.co.uk>

Assuming the same table structure -

select * from table_1
minus
select * from table_2

John.

"susie grace" <hlng_at_usa.net> wrote in message news:7eecf32f.0106081351.8849b18_at_posting.google.com...
> Hi,
>
> I'm looking for the syntax that will show me which accounts exist in table
 A,
> but are NOT in table B.
>
> Thanks for the assist.
Received on Fri Jun 08 2001 - 17:08:11 CDT

Original text of this message

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