Select number of rows in all tables in the database
Posted
by Alex N.
on Stack Overflow
See other posts from Stack Overflow
or by Alex N.
Published on 2010-06-08T22:44:58Z
Indexed on
2010/06/08
22:52 UTC
Read the original article
Hit count: 154
mysql
I wonder if this is possible with straight SQL on MySQL. I need to do SELECT COUNT(*) FROM on each table in the database and output results in one result set.
Is it possible to do with just SQL?
© Stack Overflow or respective owner