Re: how can i select top 100 with a sql statement in oracle

From: Bricklen <bricklenREMOVETHIS_at_shaw.ca>
Date: Tue, 19 Feb 2002 15:13:52 GMT
Message-ID: <3C726B34.F6386026_at_shaw.ca>


use the RANK or DENSE_RANK functions for top N queries. (8.1.6 and up). Go to http://asktom.oracle.com and look for those (or analytic functions), or search http://tahiti.oracle.com for the syntax.

Leader wrote:
>
> Hi all,
> I need a sql statement which will select top 100 or whatever from table.
> please reply me asap
>
> thanks
> hoque
Received on Tue Feb 19 2002 - 16:13:52 CET

Original text of this message