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 -> where clause pb

where clause pb

From: gil guerillot <gil.guerillot_at_ratp.fr>
Date: Mon, 5 Nov 2001 12:15:35 +0100
Message-ID: <9s5sc4$2q4$1@gotix.reseau.ratp>


I have a SQL query like this:

Select *
from table1
where condition1 in(select field1 from table2

           where condition2=parameter1)
or condition1 like parameter2

Is it possible like this ?
result never appear Received on Mon Nov 05 2001 - 05:15:35 CST

Original text of this message

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