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: What do Oracle professionals think of Fabian Pascal?

Re: What do Oracle professionals think of Fabian Pascal?

From: DA Morgan <damorgan_at_psoug.org>
Date: Tue, 04 Oct 2005 10:32:26 -0700
Message-ID: <1128447139.577455@yasure>


> 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;

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Tue Oct 04 2005 - 12:32:26 CDT

Original text of this message

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