Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> index never used
I have a table indexed by name and indexed by code. Code is a numeric
item and name a varchar2(30).
As I use "select * from table order by code", it works fine using the
appropiate index but as I order it by name, it always makes a sort as I
see in the plan.
Anybody knows why?
Received on Tue Jul 25 2000 - 00:00:00 CDT
![]() |
![]() |