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: Problem with rownum

Re: Problem with rownum

From: GQ <dbaguy_ott_at_yahoo.com>
Date: 11 Jan 2005 07:13:59 -0800
Message-ID: <1105456439.246530.24810@f14g2000cwb.googlegroups.com>


Both results look accurate..?
rownum is a pseudo column and only refers to a count of rows returned by the query.
Do a query on the newsgroup - there are many answers regarding how to use and how to not use this pseudo column. I wonder if you are trying to do the following;
Select min(nummer) from Artikel
where Number > 60000; Received on Tue Jan 11 2005 - 09:13:59 CST

Original text of this message

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