sql 2000里怎么让某个字段设置好后能能自增1sql 2000里怎么让某个字段设置好后能能自增1[解决办法]--加自增列 alter table 表 add id int identity(1,1)