SELECT table_name,table_rows 
FROM information_schema.tables  
WHERE table_schema='库名称' ORDER BY table_rows DESC;