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: Order By Problem

Re: Order By Problem

From: Bert Scalzo <bscalzo_at_home.com>
Date: Mon, 17 Jan 2000 23:37:57 GMT
Message-ID: <pJNg4.3039$k25.309392@news1.rdc2.tx.home.com>


Upgrade to Oracle 8i, which allows exactly what you want ...

"Shaojie Hu" <maichen_at_rols.com> wrote in message news:8605vb$hmn$1_at_bob.news.rcn.net...
> Hi, All:
>
> Oracle does not allow to use Order By clause in subquery, how do I solve
the
> problem?
> what I want is something like this:
>
> select * from (select x.*, rownum r from foo
> order by col1);
>
> Thanks.
>
>
Received on Mon Jan 17 2000 - 17:37:57 CST

Original text of this message

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