mysql预先取自动增长主键的下一个值
对应test表,mysql可以预先取自动增长主键的下一个值,方法如下:select?auto_increment?from?information_schema.`TABLES`?where?table_name='test'???.
发布时间: 2012-09-20 09:36:50 作者: rapoo
mysql预先取自动增长主键的下一个值
对应test表,mysql可以预先取自动增长主键的下一个值,方法如下:select?auto_increment?from?information_schema.`TABLES`?where?table_name='test'???.