Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

rows in tables

Status
Not open for further replies.

smacattack

Technical User
Jun 25, 2001
102
GB
I have run query
select table_name,num_rows from user_tables;

The results don't show the number of rows.

How do i find out the number of rows in each table.

If you do a select count(*) on a single table it works!

Please help!
 
Analyze table. Num_rows is not refreshed on every insert/delete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top