数据库中表id自增重置为1

方法一:rem

truncate table `tablename`;table

 

方法二:方法

alter table `tablename` auto_increment=1;tab

相关文章
相关标签/搜索