sql server数据库

添加字段,设置为自增

alter table 表名 add 列名 int IDENTITY(1,1) NOT NULL

增加字段,设置默认值

alter table 表明 add 列名 type not null default 0
上一篇:Mysql索引详解


下一篇:2021-07-28