Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: optimize query
take a look at the UNION clause.
randy
Vadim Grepan wrote:
>
> 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
> --------
> kezal_at_mail.ru
> 2:5020/653_at_fidonet.org
Received on Mon Sep 27 1999 - 13:14:00 CDT
![]() |
![]() |