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 -> Re: Alter Table to Specify Column Ordering

Re: Alter Table to Specify Column Ordering

From: Rauf Sarwar <rs_arwar_at_hotmail.com>
Date: 20 Dec 2004 01:59:47 -0800
Message-ID: <1103536787.862960.207070@z14g2000cwz.googlegroups.com>


If you had properly written your insert statements to begin with i.e. insert into blah (all columns) values (all values); then you would not be in this predicament.

Even though you can "re-arrange" the ordering of the columns by going thru few steps.... I would suggest you correct your old scripts and include column names in the insert statements. This will be a better solution in the long run.

Regards
/Rauf Received on Mon Dec 20 2004 - 03:59:47 CST

Original text of this message

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