Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: optimize query
Try to select your (a1, a2, ... an) in a real time view such as
SELECT
FROM
( select ai
from
) an1,
( select ai
from
) an2,
...
WHERE x1 = an2.ai
AND x2 = an2.ai
and try to use UNION !
Randy DeWoolfson <randy_at_euclidsys.com> a écrit dans le message : 37EFB3E8.1EC5FDD3_at_euclidsys.com...
![]() |
![]() |