MySQL Forums
Forum List  »  Stored Procedures

Re: Count Table rows using Stored Procedure
Posted by: Peter Brawley
Date: February 09, 2018 10:59AM

The typo's corrected.

On a transactional table, count(*) is inevitably a statistical estimate. You might want to read https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_stats_on_metadata

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Count Table rows using Stored Procedure
853
February 09, 2018 10:59AM


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.