SELECT table_name, table_rowsFROM information_schema.tablesWHERE table_schema = 'fisher_sys' order by table_rows desc;