MySql ERROR_CODE:23000

来源:互联网 发布:网络推广信息方案 编辑:程序博客网 时间:2024/05/29 16:54

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';
原创粉丝点击