Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> where clause pb
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
![]() |
![]() |