当前位置:首页 > 数据库 > 正文

查看mysql某个库中所有表的数据量

2020-02-11 数据库

mysql> select table_name, table_rows from information_schema.tables where TABLE_SCHEMA = ‘xcdqm‘;

 

温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/SQL/14291.html