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

Home -> Community -> Usenet -> c.d.o.misc -> Re: how to limit the output?

Re: how to limit the output?

From: kev <kevin.porter_at_fast.no>
Date: Tue, 26 Oct 1999 14:30:19 +0100
Message-ID: <3815ACEB.E5D50D25@fast.no>


Brian Peasland wrote:

> Try:
>
> SELECT * FROM table WHERE ROWNUM <= 3;
>

On 8.0.5 this doesn't work if you have an ORDER BY clause, because Oracle works out the rownum before it does the ORDER BY.

I've heard that that behaviour has changed in 8.1.5. Can anyone confirm this?
I would _really_ like to use rownums and ORDER BYs.

thanks,

Received on Tue Oct 26 1999 - 08:30:19 CDT

Original text of this message

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