34,874
社区成员
发帖
与我相关
我的任务
分享alter table tb add id int identity(1,1)alter table tb add id int identity(1,1)alter table tb add id int identity(1,1)
select identity(int ,1,1) as id ,* into #t from tb
select * from #t
alter table tb
add id int identity