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

This commit is contained in:
chenhaoran 2023-05-11 10:34:37 +08:00
commit ad7ba598c9
2 changed files with 16 additions and 0 deletions

View File

@ -129,6 +129,14 @@ SHOW QNODES;
Shows information about qnodes in the system.
## SHOW QUERIES
```sql
SHOW QUERIES;
```
Shows the queries in progress in the system.
## SHOW SCORES
```sql

View File

@ -129,6 +129,14 @@ SHOW QNODES;
显示当前系统中 QNODE (查询节点)的信息。
## SHOW QUERIES
```sql
SHOW QUERIES;
```
显示当前系统中正在进行的查询。
## SHOW SCORES
```sql