SQLSERVER常用操作

alter table t_users add constraint PK_UID primary key(userId)  //设置主键

alter table t_users alter column UserID int not null  //设置非空

posted @ 2013-04-17 21:25  lhfly  阅读(210)  评论(0编辑  收藏  举报