How to list row count of each table in the database. Some equivalent of

select count(*) from table1
select count(*) from table2
...
select count(*) from tableN

I will post a solution but other approaches are welcome

23 Answers
23

Leave a Reply

Your email address will not be published. Required fields are marked *