It is an execution result.
SHOW TABLE STATUS WHERE Name = “Channels”\G;
*************************** 1. row ***************************
Name: Channels
Engine: Mroonga
Version: 10
Row_format: Dynamic
Rows: 32
Avg_row_length: 0
Data_length: 136761344
Max_data_length: 0
Index_length: 0
Data_free: 0
Auto_increment: NULL
Create_time: NULL
Update_time: NULL
Check_time: NULL
Collation: utf8mb4_general_ci
Checksum: NULL
Create_options:
Comment:
1 row in set (0.00 sec)
ERROR: No query specified
SHOW TABLE STATUS WHERE Name = “Posts”\G;
*************************** 1. row ***************************
Name: Posts
Engine: Mroonga
Version: 10
Row_format: Dynamic
Rows: 376
Avg_row_length: 0
Data_length: 196304896
Max_data_length: 0
Index_length: 0
Data_free: 0
Auto_increment: NULL
Create_time: NULL
Update_time: NULL
Check_time: NULL
Collation: utf8mb4_general_ci
Checksum: NULL
Create_options:
Comment:
1 row in set (0.00 sec)
ERROR: No query specified