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

Home -> Community -> Usenet -> comp.databases.oracle -> Re: Missing from one table

Re: Missing from one table

From: Hans Forbrich <news.hans_at_telus.net>
Date: Mon, 04 Oct 2004 22:45:14 GMT
Message-ID: <_nk8d.24372$N%.2502@edtnps84>


Dale DeRemer 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?

Use the SELECT 'MINUS' capability. (SELECT ... MINUS SELECT ...) Received on Mon Oct 04 2004 - 17:45:14 CDT

Original text of this message

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