Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to extract "nn" row from a table
Jean-Gwilherm Praud wrote in message <6l3vj1$hdm$1_at_minus.oleane.net>...
>Hello,
>
>I Have to extract just the 10 first results row of my sql query !
>how can I do simply.
>
>Thank.
The technique I use is to add a where clause of the form "WHERE RowNum<=10"
Michael A. MacDonald
![]() |
![]() |