SELECT
	auto_increment
FROM
	information_schema.`TABLES`
WHERE
	table_name = 'users'

其中users是表名

最后修改于 2020-01-09 15:11:55
如果觉得我的文章对你有用,请随意赞赏
扫一扫支付
上一篇