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

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

 

 

参考:

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

相关文章:

  • 2021-09-23
  • 2021-12-11
  • 2022-12-23
  • 2022-12-23
  • 2022-01-23
  • 2022-01-20
  • 2021-09-24
  • 2022-12-23
猜你喜欢
  • 2021-08-27
  • 2022-12-23
  • 2021-05-26
  • 2022-01-19
  • 2021-07-22
相关资源
相似解决方案