Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Rownum (was something else)
mikharakiri_nospaum_at_yahoo.com wrote:
> DA Morgan wrote:
>
>>>ROWNUM is a hack that predated analytical SQL extensions, and some of >>>these extensions do make sence for an end user. Otherwise, how do you >>>express the query >> >>Without using ROWNUM please provide the equivalent to the following: >> >>SELECT * >>FROM t >>WHERE rownum < 37;
Cute but I will cry foul (or perhaps fowl).
Source:
http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14200/functions137.htm#i86310
"It assigns a unique number to each row to which it is applied"
Source:
"ROWNUM pseudocolum returns a number indicating the order in which
Oracle selects the row from a table"
And precisely how are these substantively different? ;-)
-- Daniel A. Morgan http://www.psoug.org damorgan_at_x.washington.edu (replace x with u to respond)Received on Tue Oct 04 2005 - 13:32:05 CDT
![]() |
![]() |