Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: ***Problem***
> No, No not for this statement , my group leader tells that rownum is not
> used so much in applications becouse it can give wrong results sometimes.
I
> do not know if it is correct . I ask you for approve him or not..
we use ROWNUM restrictions extensively without any problem
probably your manager has a mistaken by a wrong use of ROWNUM restriction and ORDER BY clause in the same query (rownums are assigned as rows are processed, before the sorting step so if u use "rownum < X" and ORDER BY together u'll get wrong results, u have to use subqueries as was shown in one of the previous emails)
hth,
Marin
Herman Hesse, "Siddhartha"
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Marin Dimitrov INET: marin_at_sirma.bg 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: ListGuru_at_fatcity.com (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).Received on Thu Feb 01 2001 - 08:09:55 CST