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 -> Re: WHERE IN query

Re: WHERE IN query

From: Joerg Leute <leute_at_itdesign.de>
Date: Fri, 23 Apr 1999 09:01:51 +0200
Message-ID: <7fp5ru$m08$1@news.LF.net>


Hi Timothy

That was it! Since I have Version 7.3.2.2.1 the standard form did not work, but yours did.

Thanks

Joerg

>
>As all earlier persons were addressing the fact that it seems you want both
>fields to match may I suggest this instead.
>
>Select * from Table1 where ID||Name in (select ID2||Name2 from Table2)
>
>This may or may not be faster, but from my side of the table it
>is easier to read and almost self-documenting.
>
>Timothy
Received on Fri Apr 23 1999 - 02:01:51 CDT

Original text of this message

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