Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Receiving Query result...
Hi, Hans.
Try using hint /*+ INDEX_DESC ( Table_Name Index_Name ) */.
It supposed to improve the performance of your query.
Michael.
In article <6i1iui$erc_at_news3.euro.net>,
"Hans Duijn" <hans_duijn_at_inventive.nl> wrote:
>
> Hi,
>
> To all the SQL gurus. Is there a way to receive the last ten rows from a
> selection (based upon a cursor). I know I can use ROWNUM for that purpose
> but when I want the result to be sorted I have to create a VIEW and use
> GROUP BY. As I said, this works but is rather slow an lot of work around.
>
> Anyone an idea?
>
> Thanks
>
>
-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/ Now offering spam-free web-based newsreading Received on Mon Apr 27 1998 - 18:08:20 CDT
![]() |
![]() |