SHOW DYNAMIC PARTITION TABLES

Description

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

Syntax:

SHOW DYNAMIC PARTITION TABLES [FROM db_name];

Examples

  1. Displays the status of all dynamic partition tables of the database
SHOW DYNAMIC PARTITION TABLES FROM database;