Mysql让主键归0

 

1、Mysql 让主键归0:
TRUNCATE table1;

2、只清空数据表,主键不归0:
DELETE FROM table1;

 

 

参考:

https://www.csdn.net/gather_2d/MtTaMgxsMjcxMy1ibG9n.html

posted @ 2019-08-04 01:10  anobscureretreat  阅读(782)  评论(0编辑  收藏  举报