alter table TAB modify COL ; //更改字段
alter table TAB add COL; //增加字段
alter table TAB drop column COL; //删除字段
博客介绍了SQL中alter table语句对字段的操作,包括使用alter table TAB modify COL更改字段,alter table TAB add COL增加字段,以及alter table TAB drop column COL删除字段。
alter table TAB modify COL ; //更改字段
alter table TAB add COL; //增加字段
alter table TAB drop column COL; //删除字段
1027
6983

被折叠的 条评论
为什么被折叠?
