SHOW PLACEMENT LABELS
m
q
SHOW PLACEMENT LABELS
is used to summarize the labels and values that are available for Placement Rules.
Synopsis
- ShowStmt
ShowStmt ::=
"PLACEMENT" "LABELS"
Examples
SHOW PLACEMENT LABELS;
+--------+----------------+
| Key | Values |
+--------+----------------+
| region | ["us-east-1"] |
| zone | ["us-east-1a"] |
+--------+----------------+
2 rows in set (0.00 sec)
MySQL compatibility
This statement is a TiDB extension to MySQL syntax.
See also
SHOW PLACEMENT LABELSwas last updated 10/8/2023, 3:03:23 AM: cloud: update the TiDB Cloud support info in TiDB SQL docs (#14674)