alter table 表名 drop column 字段名(即列名);
alter table exam_log drop column area_code;
alter table exam_log drop column area_code;
Oracle数据库删除表中的某一个字段
阅读 80
2022-02-16
alter table 表名 drop column 字段名(即列名);
alter table exam_log drop column area_code;
alter table exam_log drop column area_code;
相关推荐
精彩评论(0)