标签:style blog sp strong on 数据 2014 log bs
语法:alter table 表名 add 列名 列格式 [null/not null]
例子:
alter table t_test_lll add createdate Date null;
注意:添加非空列时,要保证表中没有数据。
标签:style blog sp strong on 数据 2014 log bs
原文地址:http://blog.csdn.net/helloboat/article/details/41542333