Oracle oracle修改字段名 oracle在oracle9以后,使用如下格式来修改字段名: alter table [表名] rename column 旧的字段名 to 新的字段名; 示例如下... 2016年08月25日 发表评论 阅读全文