MYSQL count all rows per table for in one query
        Posted  
        
            by Lee
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Lee
        
        
        
        Published on 2010-04-22T15:50:10Z
        Indexed on 
            2010/04/22
            15:53 UTC
        
        
        Read the original article
        Hit count: 246
        
Is there a way to query the DB to find out how many rows there are in all the tables
ie
table1 1234
table2 222
table3 7888
Hope you can advise
© Stack Overflow or respective owner