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 -> select ... from (select ... from ... order by ...) doesn't work ?

select ... from (select ... from ... order by ...) doesn't work ?

From: Harlin Setiadarma <harlins_at_bigfoot.com>
Date: Mon, 13 Sep 1999 07:30:24 +0700
Message-ID: <37dd0abd.0@news.cbn.net.id>


Hi,
I've tried to :

select t1.a, t2.b, t2.c
from t1, (select b,c from t4 order by b) t2

and it give error message like syntax error ??? But if I remove 'order by b' clause, it works....?

Is somebody know how to make it works without removing order by clause ?

Thanks in advance... Received on Sun Sep 12 1999 - 19:30:24 CDT

Original text of this message

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