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

Home -> Community -> Usenet -> c.d.o.misc -> NOT IN

NOT IN

From: colmkav <colmjkav_at_yahoo.co.uk>
Date: Wed, 04 Jul 2007 05:47:47 -0700
Message-ID: <1183553267.744768.122340@q69g2000hsb.googlegroups.com>


is it possible to write an SQL Oracle query where you want to check whether a combination of fields exist in another query

eg I tried the following but got an error:

select count(*) from tmp_risk_sum where book, strategy, exposuretypeid not in (select book, strategy, exposuretypeid from tmp_risk_sum_ORACLE) Received on Wed Jul 04 2007 - 07:47:47 CDT

Original text of this message

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