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

Order By Problem

From: Shaojie Hu <maichen_at_rols.com>
Date: Mon, 17 Jan 2000 17:46:18 -0600
Message-ID: <8605vb$hmn$1@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:46:18 CST

Original text of this message

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