Database Developer
Wednesday, January 8, 2014
This query returns the table count,and the row count.
This query returns the table count,and the row count.
select tname,count(*) from tab group by tname;
select table_name,num_rows from user_tables
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment