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 -> CREATE ORDERED TABLE

CREATE ORDERED TABLE

From: Russell Sturm <polaristech_at_earthlink.net>
Date: Thu, 16 Dec 1999 13:02:25 -0800
Message-ID: <83bkgf$8d7$1@ash.prod.itd.earthlink.net>


How do you create a new table based upon the ordered results of another table? In other words I was trying this --

create table junk as (select * from junk order by field);

but Oracle will not accept the order clause.

Any help would be greatly appreciated.

Thanks!

Russ
info_at_visualsoft.net Received on Thu Dec 16 1999 - 15:02:25 CST

Original text of this message

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