Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: select max
--
Jonathan Lewis
Yet another Oracle-related web site: www.jlcomp.demon.co.uk
michael_bialik_at_my-deja.com wrote in message <7nuqr8$51n$1_at_nnrp1.deja.com>...
>Hi.
>
> Did you try using descending index in 8i?
> I think it supposed to improve such queries.
> Anyway, isn't it better to write a function that performs
> OPEN cursor ( either using descending index or INDEX_DESC hint );
> FETCH cursor ( once only ) ; and
> CLOSE cursor;
Received on Sat Jul 31 1999 - 16:44:22 CDT
![]() |
![]() |