SHOW-PARTITION-ID
Descriptionβ
This statement is used to find the corresponding database name, table name, partition name according to the partition id (only for administrators)
Syntaxβ
SHOW PARTITION [partition_id]
Exampleβ
-
Find the corresponding database name, table name, partition name according to the partition id
SHOW PARTITION 10002;
Keywordsβ
SHOW, PARTITION, ID