SAGA
select count(*) from `information_schema`.`tables` where `table_schema` = 'suda_tmp';
select table_name, table_rows from information_schema.TABLES where table_schema = 'suda_tmp';