Mysql統計一個庫中所有表的記錄數

話不多說,如題,上代碼: 執行如下sql: select concat( 'select "', TABLE_name, '", count(*) from ', TABLE_SCHEMA, '.', TABLE_name, ' union all' ) from information_schema.tables where TABLE_SCHEMA='test'; 執行完後會批量生成SQL語句
相關文章
相關標籤/搜索