Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Reorder Columns in a Table

pshah2kMay 4 2007 — edited May 29 2007
Is there a simple way / command to Reorder the Columns in a Table. I know I can do this by creating a new table, but I am trying to avoid that.

Current Order:
Table_1
-----------
Column_A
Column_B

Desired Order:
Table_1
-----------
Column_B
Column_A
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 26 2007
Added on May 4 2007
16 comments
2,080 views