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 -> Re: missing from one table

Re: missing from one table

From: Sybrand Bakker <gooiditweg_at_sybrandb.verwijderdit.demon.nl>
Date: Mon, 04 Oct 2004 22:41:23 +0200
Message-ID: <3ad3m01736eosdmje7e6j67tl9k41hnfbm@4ax.com>


On Mon, 4 Oct 2004 16:24:34 -0400, "Dale DeRemer" <dderemer_nospam_at_agmc.org> wrote:

>We want to make a query where we check table A for employee numbers and
>compare that with table B. We would like to build a list of employees who
>are in table A but not in table B. An ideas on how to build that type of
>query?
>

select ... from a where empid not in (select empid from b)

--
Sybrand Bakker, Senior Oracle DBA
Received on Mon Oct 04 2004 - 15:41:23 CDT

Original text of this message

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