SHOW-DYNAMIC-PARTITION
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:
SHOW DYNAMIC PARTITION TABLES [FROM db_name];
Example​
-
Display all dynamic partition table status of database database
SHOW DYNAMIC PARTITION TABLES FROM database;
Keywords​
SHOW, DYNAMIC, PARTITION