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: WHERE IN - Query

RE: WHERE IN - Query

From: Lucas Lopez <Lucas_L_at_ciudad.com.ar>
Date: Thu, 22 Apr 1999 22:42:15 -0300
Message-ID: <7fnu14$s4d$1@vnews.prima.com.ar>


It is impossible because the Comparison Operator IN compare one expression to another. It is true to ANSI SQL

Joerg Leute <leute_at_itdesign.de> escribió en el mensaje de noticias 7fmrna$o4i$1_at_news.LF.net...
> Hi everybody
>
> Isn't it possible to extend a WHERE IN query over 2 columns - first column
> is number and second is char) like
>
> SELECT * FROM TABLE1 WHERE (ID, NAME) IN (SELECT ID_2, NAME_2 FROM TABLE2)
>
> Thanks for your help
>
> Joerg
>
>
Received on Thu Apr 22 1999 - 20:42:15 CDT

Original text of this message

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