DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: how to rename a column in Oracle 9i

Hybrid View

  1. #1
    Join Date
    Feb 2007
    Posts
    20

    how to rename a column in Oracle 9i

    Can we rename a column in oracle 9i. if yes, how?


    thnx.

  2. #2
    Join Date
    Dec 1999
    Location
    Purgatory
    Posts
    346
    alter table TABLE_NAME rename column COLUMN1 to COLUMN2;

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width