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 -> Intersect

Intersect

From: Ludovic <lbostral_at_gmail.com>
Date: Fri, 08 Jun 2007 05:42:07 -0700
Message-ID: <1181306527.138569.152130@w5g2000hsg.googlegroups.com>


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

Original text of this message

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