Oracle 记录表名和表记录数

oracle那个系统表同时记录表名和表记录数的?

select table_name , num_rows from user_tables;

你可能感兴趣的:(Oracle数据库)