Sunday, September 24, 2017

Oracle rename table and Column from sql command


rename
-------
ALTER TABLE old_table RENAME TO new_table;
/
alter table table_name rename column old_column_name  TO new_column_name;

alter table it_item_serial rename column serialno TO serial;


//

alter table uer_module rename to user_module;


No comments:

Post a Comment

How to install and configure Oracle Apex 24.1 with ORDS 22, Tomcat 9 and Jasper Report 7 on Oracle Linux 8.10

#########################Install Oracle  APEX 24.1################################ ----------------------------------------------------...