提交 ad7ba598 编写于 作者: haoranc's avatar haoranc

Merge branch '3.0' of https://github.com/taosdata/TDengine into test/3.0/TS-3260

...@@ -129,6 +129,14 @@ SHOW QNODES; ...@@ -129,6 +129,14 @@ SHOW QNODES;
Shows information about qnodes in the system. Shows information about qnodes in the system.
## SHOW QUERIES
```sql
SHOW QUERIES;
```
Shows the queries in progress in the system.
## SHOW SCORES ## SHOW SCORES
```sql ```sql
......
...@@ -129,6 +129,14 @@ SHOW QNODES; ...@@ -129,6 +129,14 @@ SHOW QNODES;
显示当前系统中 QNODE (查询节点)的信息。 显示当前系统中 QNODE (查询节点)的信息。
## SHOW QUERIES
```sql
SHOW QUERIES;
```
显示当前系统中正在进行的查询。
## SHOW SCORES ## SHOW SCORES
```sql ```sql
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册