标签:select table 数据库 schema sel for inf val lte
表的基本信息都保存在information_schema数据库的tables表中
select auto_increment from information_schema.tables where table_schema=‘db name‘ and table_name=‘table name‘;
alter table table_name auto_increment=new value
标签:select table 数据库 schema sel for inf val lte
原文地址:https://www.cnblogs.com/bibiafa/p/9184195.html