Check the amount of data for all tables in a library mysql

mysql> select table_name, table_rows from information_schema.tables where TABLE_SCHEMA = 'xcdqm';

 

Guess you like

Origin www.cnblogs.com/wooluwalker/p/12111653.html