如何使用sql语句查看Mysql数据库中所有表的记录数
查看Mysql数据库中所有表的记录数的sql代码如下:
use information_schema;
select table_name,table_rows from tables
where TABLE_SCHEMA = '数据库名'
order by table_rows desc;
中国· 义乌
添加微信咨询
CopyRight©2019-2027 义乌仓颉网络科技有限公司 All Rights Reserved. 浙ICP备2025202763号