Friday, October 14, 2011

orable table row count

SELECT table_name, nvl(num_rows,1) 
FROM dba_tables where table_name like 'XYZ';

No comments:

Blog Archive