某表中对已有数据的谋洌设定为自增列
回到顶部
数据量小的时候

数据量大的时候
alter table GR_BarcodeNew alter column id int not null alter table GR_BarcodeNew add constraint pkid primary key (id)

alter table GR_BarcodeNew alter column id int not null alter table GR_BarcodeNew add constraint pkid primary key (id)
