MySQL Forums
Forum List  »  InnoDB

Re: Exact table count for all tables in a schema.
Posted by: Peter Brawley
Date: September 17, 2019 10:07AM

Again with a transactional engine, "actual" can be just an estimate.

select sum(table_rows)
from information_schema.tables;

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Exact table count for all tables in a schema.
446
September 17, 2019 10:07AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.