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