Files
doris/docs/en/sql-reference/sql-statements/Data Manipulation/SHOW PARTITION ID.md
xy720 a29dd42b47 [BUG][Document] Fix the bug that failed to build the help module (#5917)
There are multiple entries with same key in help documents, which will cause build help module failed.
2021-05-27 22:07:15 +08:00

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

  1. Display database name, table name, partition name according to partition id SHOW PARTITION 10002;

keyword

SHOW,PARTITION