SHOW-DYNAMIC-PARTITION

Name

SHOW DYNAMIC

Description

This statement is used to display the status of all dynamic partition tables under the current db

grammar:

  1. SHOW DYNAMIC PARTITION TABLES [FROM db_name];

Example

  1. Display all dynamic partition table status of database database

    1. SHOW DYNAMIC PARTITION TABLES FROM database;

Keywords

  1. SHOW, DYNAMIC, PARTITION

Best Practice