重置自动递增编号

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了重置自动递增编号相关的知识,希望对你有一定的参考价值。

for auto increment ids, when you delete records this will reset the number for the next auto id.
  1. ALTER TABLE tablename AUTO_INCREMENT = 1

以上是关于重置自动递增编号的主要内容,如果未能解决你的问题,请参考以下文章

自动递增 - 每年自动重置

HTML 和 JavaScript 自动递增编号

如何生成每年重置的自动递增 ID 号

重置自动递增序列 pl-sql

PhpStorm 中多行的自动递增编号

更改自动递增起始编号?