
# WORKLOAD_SQL_COUNT
显示当前节点workload上的SQL数量分布。
表1WORKLOAD_SQL_COUNT字段 
| **名称**       | **类型** | **描述**    |
|:---|:---|:---|
| workload     | name   | 负载名称。     |
| select_count | bigint | select数量。 |
| update_count | bigint | update数量。 |
| insert_count | bigint | insert数量。 |
| delete_count | bigint | delete数量。 |
| ddl_count    | bigint | ddl数量。    |
| dml_count    | bigint | dml数量。    |
| dcl_count    | bigint | dcl数量。    |
   
