SELECT 
  table_name,
  table_rows 
FROM
  INFORMATION_SCHEMA.TABLES 
WHERE TABLE_SCHEMA = 'DATABASE_NAME' ;

 

相关文章: