Rename column in Oracle table
SQL> alter table <table name> rename column <old column name> to <new column name>;
SQL> commit;
SQL> alter table <table name> rename column <old column name> to <new column name>
SQL> commit;
Python Basics How to check the version of Python interpreter mac terminal
No comments:
Post a Comment