如何处理database中表的自增长Id归零问题
我在SQL SERVER中使用的是这个dbcc checkident('tablename',reseed,0)
MYSQL 中看这篇文章 http://chengxuyuan.naxieshir.com/fenlei/2/p/151.html
我在SQL SERVER中使用的是这个dbcc checkident('tablename',reseed,0)
MYSQL 中看这篇文章 http://chengxuyuan.naxieshir.com/fenlei/2/p/151.html