mysql 查询数据库所有表行数(数据条数)

mysql 查询数据库所有表行数(数据条数) 语句: use information_schema; select table_name,table_rows from tables where TABLE_SCHEMA = 'kdum_zh_test' order by table_rows desc;
相关文章
相关标签/搜索