mysql怎么查询表中的数据库名
mysql查询表中的数据库名的语法:“show databases”;
mysql查询表中的数据库名的方法:
1.查询所有数据库,sql语句为:“show databases;”
2.查询指定数据库中所有表名,sql语句为:
select table_namefrom information_schema.tables
where table_schema='database_name' and table_type='base table';
声明:本站所有作品(图文、音视频)均由用户自行上传分享,或互联网相关知识整合,仅供网友学习交流,若您的权利被侵害,请联系 管理员 删除。
本文链接:http://news.ew35.com/