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;
My Attempt to learn AI GPT Generative Pretrained Transformer Created by Google in 2017 with the publication of the paper "Attention ...
No comments:
Post a Comment