SQl 表操作添加字段 修改字段类型

--添加表字段
ALTER TABLE orderinfo ADD SumbitTime datetime NULL  
 
--修改表字段类型
alter table orderinfo alter column  taskState int not null
posted on 2016-01-11 17:11  苏上话  阅读(367)  评论(0)    收藏  举报