Deen,
 You could try SELECT fields... FROM
(SELECT field1 FROM table1 ORDER BY field1)
WHERE rownum > 100;  ( the value is 100 less that number of rows returned)
That will order the rows returned by the value in the field1 and then give you the row numbers of the returned rows that are greater than 100. Be sure to adjust the query to know how many rows are returned and then get only the last 100.
Read about Top-N SQL Queries...
ROR m���m
>>> [EMAIL PROTECTED] 01/10/02 11:03AM >>>
hi SQL wizards,

Can any body help me with the tjis SQL. I need a SQL records with top 100 values of a table ( not rownum < 101 ).

Thanks
Deen


--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Deen Dayal
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to