Merge pull request #17357 from taosdata/docs/3.0_query_doc
docs: fix 'terminate a tuery' chapter
This commit is contained in:
commit
cef365749c
|
@ -16,10 +16,10 @@ You can use the SHOW CONNECTIONS statement to find the conn_id.
|
|||
## Terminate a Query
|
||||
|
||||
```sql
|
||||
SHOW QUERY query_id;
|
||||
KILL QUERY kill_id;
|
||||
```
|
||||
|
||||
You can use the SHOW QUERIES statement to find the query_id.
|
||||
You can use the SHOW QUERIES statement to find the kill_id.
|
||||
|
||||
## Terminate a Transaction
|
||||
|
||||
|
|
|
@ -17,10 +17,10 @@ conn_id 可以通过 `SHOW CONNECTIONS` 获取。
|
|||
## 终止查询
|
||||
|
||||
```sql
|
||||
SHOW QUERY query_id;
|
||||
KILL QUERY kill_id;
|
||||
```
|
||||
|
||||
query_id 可以通过 `SHOW QUERIES` 获取。
|
||||
kill_id 可以通过 `SHOW QUERIES` 获取。
|
||||
|
||||
## 终止事务
|
||||
|
||||
|
|
Loading…
Reference in New Issue