时间:2021-07-01 10:21:17 帮助过:23人阅读
alter table TABLE_NAME add column NEW_COLUMN_NAME varchar(45) not null;
alter table TABLE_NAME add column NEW_COLUMN_NAME varchar(45) not null after COLUMN_NAME;
alter table TABLE_NAME add column NEW_COLUMN_NAME varchar(45) not null first;
最开始的表是这个样子的
执行了sql语句的表
其他的新增列的方法也同理
在MySQL的表中增加一列
标签:图片 com down body 好的 class blog 命令 har