Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: What do Oracle professionals think of Fabian Pascal?
DA Morgan <damorgan_at_psoug.org> 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;
At the risk of sounding stupid, what *_exactly_* does this query mean?
The first 37 rows that were inserted into the table?
The first 37 that the system happens to find in RAM or on Disk?
Paul...
-- plinehan __at__ yahoo __dot__ __com__ XP Pro, SP 2, Oracle, 9.2.0.1.0 (Enterprise Ed.) Interbase 6.0.1.0; When asking database related questions, please give other posters some clues, like operating system, version of db being used and DDL. The exact text and/or number of error messages is useful (!= "it didn't work!"). Thanks. Furthermore, as a courtesy to those who spend time analysing and attempting to help, please do not top post.Received on Tue Oct 04 2005 - 15:33:02 CDT
![]() |
![]() |