查询大表数据不要用count,用这个语句

select table_name ,num_rows from all_tables s
WHERE upper(TABLE_NAME)=Upper('mfworkstatus');

相关文章: