摘要: SELECT Auto_increment FROM information_schema.`TABLES` WHERE Table_Schema='数据库名' AND table_name = '表名' limit 1; 阅读全文
posted @ 2017-01-02 17:02 阿锋佬 阅读(2539) 评论(0) 推荐(0)