ERROR 1062 (23000): Duplicate entry ” for key ‘PRIMARY’
查询某一张表里面自增最大值语句:
select auto_increment from information_schema.tables where table_schema='db name' and table_name='table name';
ERROR 1062 (23000): Duplicate entry ” for key ‘PRIMARY’
查询某一张表里面自增最大值语句:
select auto_increment from information_schema.tables where table_schema='db name' and table_name='table name';