select t.TABLE_NAME,t.NUM_ROWS from user_tables t;
oracle 查询所有表的行数
最新推荐文章于 2025-06-10 09:20:55 发布
select t.TABLE_NAME,t.NUM_ROWS from user_tables t;