摘要: 查询mysql中非系统表的数据表行数 且倒排 select table_schema,table_name,table_rows from information_schema.tables where table_schema != 'information_schema' and table_s 阅读全文
posted @ 2021-01-29 16:14 宝山方圆 阅读(170) 评论(0) 推荐(0)