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

–修改列名(即修改字段名)

alter table 表名 rename column 现列名 to 新列名;