34,838
社区成员




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