您好,欢迎访问一九零五行业门户网

批改mysql中的auto_increment

修改mysql中的auto_increment 1.sql语句 alter table table_name auto_increment=1 2截断表,truncate 截断表自动增量值自动复位为0。truncate table table_name
修改mysql中的auto_increment
1.sql语句
alter table table_name auto_increment=1
2截断表,truncate
截断表自动增量值自动复位为0。truncate table table_name
其它类似信息

推荐信息