查询数据库中每张表的记录条数
select t.table_name,t.num_rows from dba_tables t where owner='XS' ORDER BY NUM_ROWS DESC;