alter table 表名 drop column 字段名(即列名);
alter table exam_log drop column area_code;
alter table exam_log drop column area_code;
微信扫一扫
alter table 表名 drop column 字段名(即列名);
alter table exam_log drop column area_code;
alter table exam_log drop column area_code;
相关推荐