Checking DDL Consistency of Physical Tables in One Logical Table

Purpose: To check DDL consistency of physical tables in a specific logical table

Command Format:

check table <table_name>

Command Output:

If the returned result set is empty, DDL results of physical tables in this logical table are consistent.

If the returned result set is not empty, there are physical tables with inconsistent DDL results.

Output Details:

Each row displays details of a physical table with inconsistent DDL results.