论Oracle碎片(二)

2014-11-24 12:57:34 · 作者: · 浏览: 1
user_tables t
where a.segment_name = t.table_name
and num_rows is not null
and num_rows > 0
order by 4 desc;