盘绰网教程:是一个免费提供流行视频软件教程、在线学习分享的学习平台!

怎么通过MySql查看与更改auto_increment的办法

时间:2024/2/29作者:未知来源:盘绰网教程人气:


[摘要]本文将介绍如何查看表的auto_increment及其修改方法查看表当前auto_increment表的基本数据是存放在mysql的information_schema库的tables表中,我们可以...
本文将介绍如何查看表的auto_increment及其修改方法

查看表当前auto_increment

表的基本数据是存放在mysql的information_schema库的tables表中,我们可以使用sql查出。

select auto_increment from information_schema.tables where table_schema='db name' and table_name='table name';

例子:查看 test_user 库的 userauto_increment

mysql> select auto_increment from information_schema.tables where table_schema='test_user' and table_name='user'; +----------------+

关键词:  如何通过MySql查看与更改auto_increment的办法





Copyright © 2012-2018 盘绰网教程(http://www.panchuo.com) .All Rights Reserved 网站地图 友情链接

免责声明:本站资源均来自互联网收集 如有侵犯到您利益的地方请及时联系管理删除,敬请见谅!

QQ:1006262270   邮箱:kfyvi376850063@126.com   手机版