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 -> To make a copy of a table

To make a copy of a table

From: Jean-Luc Demoisson <cicg_at_cicg-communication.grenet.fr>
Date: 1998/01/08
Message-ID: <693393$5i6$1@naiad.grenet.fr>#1/1

  I want to make a copy of a table in alphabetical order.   I tried to do this:

     create table T2 as select * from T1 order by colX;   This does not work...
  Thanks for replies

  Jean_Luc demoisson
  jld_at_grenet.fr    Received on Thu Jan 08 1998 - 00:00:00 CST

Original text of this message

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