sqlserver 为表添加一个自增主键

alter table person add id int primary key identity(1,1) not null

posted @ 2018-01-28 19:08  鸡毛巾  阅读(566)  评论(0编辑  收藏  举报