select t.table_name,t.num_rows from user_tables t
select sum(num_rows) from user_tables t

相关文章: