Oracle:SQL语句--对表的操作——修改列名(即修改字段名)

–修改列名(即修改字段名)
alter table 表名 rename column 现列名 to 新列名;

原文地址:https://www.cnblogs.com/MountDa/p/5831747.html