Single Table

Definition

  1. SHOW SINGLE TABLE (tableRule | RULES) [FROM schemaName]
  2. tableRule:
  3. RULE tableName

Description

ColumnDescription
table_nameSingle table name
resource_nameData source name

Example

  1. mysql> show single table rules;
  2. +--------------+---------------+
  3. | table_name | resource_name |
  4. +--------------+---------------+
  5. | t_single_0 | ds_0 |
  6. | t_single_1 | ds_1 |
  7. +--------------+---------------+
  8. 2 rows in set (0.02 sec)