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: SQL query for finding values that are not contained in a table

Re: SQL query for finding values that are not contained in a table

From: <dimitris_at_cs.umb.edu>
Date: 19 Oct 2005 13:37:28 -0700
Message-ID: <1129754248.817363.167700@g43g2000cwa.googlegroups.com>


Thanks Jens, It actually works. Nice trick :) I wished that sql treated expression lists like subqueries in order to make queries like this simpler.

E.g if we could say something like

select * from ('a1', 'a2', ....)
MINUS
select col1 from tab1

D. Received on Wed Oct 19 2005 - 15:37:28 CDT

Original text of this message

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