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 -> Create view with Order By

Create view with Order By

From: Neil Moseley <mose_at_iinet.net.au>
Date: Tue, 13 Apr 1999 22:59:39 +0800
Message-ID: <37135BDB.73449C6@iinet.net.au>


G'day all,

This statement works fine:
SELECT * FROM MYTABLE ORDER BY MYCOLUMN; But this does not:
CREATE VIEW TEMP AS SELECT * FROM MYTABLE ORDER BY MYCOLUMN; If ORDER BY cannot be used when creating a view, is there a solution.

Thankyou

Neil Moseley Received on Tue Apr 13 1999 - 09:59:39 CDT

Original text of this message

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