Oracle 数据库下 查询当前用户下所有表的记录总数
select t.table_name,t.num_rows,t.blocks,t.empty_blocks from user_tables t
发布时间: 2012-09-01 09:33:03 作者: rapoo
Oracle 数据库下 查询当前用户下所有表的记录总数
select t.table_name,t.num_rows,t.blocks,t.empty_blocks from user_tables t