Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Intersect
Hello,
I want to kbnow if there is a means to do a query which can be like this
select a,b from table 1 where conditions
intersect (a) (intersection only on column a)
select a,b from table 1 where other conditions
intersect(a)
select a,b from table 1 where another conditions
etc.
without a join (because i can have a lot of different conditions)
Thank you for your response Received on Fri Jun 08 2007 - 07:42:07 CDT
![]() |
![]() |