This statement is used to obtain a checksum for a table. It calculates a unique numeric value based on the contents of the table, which can be used to verify the consistency of the table's data. It can be used to check if the same table is consistent between two databases or to verify if the table has changed over time.
Syntax
CHECKSUM TABLE tbl_name [, tbl_name] ... [QUICK | EXTENDED]
Note
Currently, only the syntax with the keyword is supported, and the feature is not yet active.
