标签:style 数据 new size sp on sql type c
2.修改某一字段的数据类型
alter table "tablename" modify "column" "type"
3.更改字段名
alter table "tablename" change column col_old col_new "type"
标签:style 数据 new size sp on sql type c
原文地址:http://www.cnblogs.com/red-fox-qhq/p/3929114.html