Update 24-show.md

This commit is contained in:
wade zhang 2023-05-11 09:46:59 +08:00 committed by GitHub
parent a3fa2d9c33
commit 776b4a1085
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 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