There are multiple entries with same key in help documents, which will cause build help module failed.
1.1 KiB
1.1 KiB
title, language
| title | language |
|---|---|
| SHOW PARTITION | en |
SHOW PARTITION ID
Description
This statement is used to display database name, table name, partition name according to partition id (for administrators only) Grammar: SHOW PARTITION [partition_id]
example
- Display database name, table name, partition name according to partition id SHOW PARTITION 10002;
keyword
SHOW,PARTITION