Skip to Main Content

SQL & PL/SQL

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Rename the multiple columns of a table?

ApexLearnNov 27 2018 — edited Dec 6 2018

Hi All,

I want to rename the multiple columns of table using alter statement.

I tried below but getting error.

alter table std_info

rename column col2 to std_name;

rename column col3 to std_branch;

Is there any possibility to rename the multiple columns.?

If we can then please tell me the alter statement.

Thanks in advance.

Thanks,

ApexLearn

This post has been answered by fac586 on Nov 27 2018
Jump to Answer
Comments
Post Details
Added on Nov 27 2018
8 comments
8,141 views