mysql 查询整个数据库全部表的行数

>use information_schema;
>select sum(table_rows) from tables where TABLE_SCHEMA = "test" order by table_rows asc;
相关文章
相关标签/搜索