Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: ROWNUM - Questions

Re: ROWNUM - Questions

From: Nicolas Bronke <newsgroup_at_trinity.de>
Date: Mon, 18 Dec 2000 23:23:01 +0100
Message-ID: <91m3jr$pe4$02$1@news.t-online.com>

> This may not be the total answer you are looking for,but try:
>
> select rownum,columname
> from (select columname from tablename order by 1)
> order by 1;
>

This brings up the error
ORA-00907: I am using Oracle 8.05

Thanks

Nicolas Received on Mon Dec 18 2000 - 16:23:01 CST

Original text of this message

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