Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> SQL*PLUS and INDEX

SQL*PLUS and INDEX

From: gg <gianpaolo.giliberto_at_tiscalinet.it>
Date: Fri, 24 Nov 2000 16:06:36 +0100
Message-ID: <8vlvj1$rcp$1@lacerta.tiscalinet.it>

Hy,
we have a table k with a index on 3 fields (x,y,z in this order) and
sometime we have to execute a query like this:

select ..
from k
where
x in (select ... from ....) and
y=.. and
z=.....;

Do we use the index with this query ?

Thanks.
Goodbye
gianpaolo.giliberto_at_tiscalinet.it Received on Fri Nov 24 2000 - 09:06:36 CST

Original text of this message

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