标签:rop fir change ble bsp 删除 alter 类型 nod
增加列
alter table 表名 add 列名 列类型
插入列
alter table 表名 insert 列名 列类型 (first/after 列名)
修改列类型
alter table 表名 nodify 列名 新列类型 新参数
修改列名及列类型
alter table 表名change 列名 新列名 新列类型 新列参数
删除列
alter table 表名 drop 列名
标签:rop fir change ble bsp 删除 alter 类型 nod
原文地址:https://www.cnblogs.com/fbjtcp/p/10922013.html