dbcc checkident('tb_Classes',reseed,0)--重置id=1,不丢失之前的数据 truncate table tb_StudentsInfo--重置id=1,丢失之前的数据
版权声明:本文为博主原创文章,未经博主允许不得转载。