mysql 查詢整個數據庫全部表的行數

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