Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Limit lines from a query
Hello Sybrand,
> The only way seems to be (and this will work only in 8i and upwards)
> select *
> from
> (select ...
> from ...
> order by ...
> )
> where rownum < n
We have Oracle 8.0.5.
I get a error message :-( Received on Sat Mar 11 2000 - 00:00:00 CST
![]() |
![]() |