单表

定义

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

说明

说明
table_name单表名称
resource_name数据源名称

示例

  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)