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 extract "nn" row from a table

Re: How to extract "nn" row from a table

From: T.Suresh Kumar <sureshkt_at_hotmail.com>
Date: Thu, 04 Jun 1998 12:35:15 +0530
Message-ID: <3576472A.A01706E9@hotmail.com>


Hai
try the below one
select * from table1
where rownum <= (select count(*)-(count(*)-10) from table1) /

Wishes
Suresh

Jean-Gwilherm Praud wrote:

> Hello,
>
> I Have to extract just the 10 first results row of my sql query !
> how can I do simply.
>
> Thank.
Received on Thu Jun 04 1998 - 02:05:15 CDT

Original text of this message

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