– 删除一个字段(即删除一列)(未验证在有数据,并且互有主外键时,是否可用)
语法:
alter table 表名 drop column 字段名(即列名);
例:alter table T_Student2 drop column sex;