Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> optimize query
Hello All!
Is there any way to reduce SQL-query like
... WHERE x1 IN (a1, a2, ... an) AND x2 IN (a1, a2, ... an) AND x3 IN (a1, a2, ... an)
In other words, can i use some cosntruction with meaning (x1 ... xm) IN
(a1 ... an)
( where m < n of course :-)
Rgds, Vadim Grepan
![]() |
![]() |