如何使用sql语句查看Mysql数据库中所有表的记录数
查看Mysql数据库中所有表的记录数的sql代码如下:
use information_schema;
select table_name,table_rows from tables
where TABLE_SCHEMA = '数据库名'
order by table_rows desc;
中国· 重庆
添加微信咨询
CopyRight©2009-2019 重庆安菲科技有限公司 All Rights Reserved. 渝ICP备15001722号-43
- top
- 在线咨询
-
添加微信咨询