Skip to content

Commit

Permalink
docs: kill query command need quote around id (#22588)
Browse files Browse the repository at this point in the history
* docs: add current_user() in function

* docs: kill query command need quote around id
  • Loading branch information
sangshuduo authored Aug 26, 2023
1 parent c772780 commit 1bf2c34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/12-taos-sql/28-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You can use the SHOW CONNECTIONS statement to find the conn_id.
## Terminate a Query

```sql
KILL QUERY kill_id;
KILL QUERY 'kill_id';
```

You can use the SHOW QUERIES statement to find the kill_id.
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/12-taos-sql/28-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ conn_id 可以通过 `SHOW CONNECTIONS` 获取。
## 终止查询

```sql
KILL QUERY kill_id;
KILL QUERY 'kill_id';
```

kill_id 可以通过 `SHOW QUERIES` 获取。
Expand Down

0 comments on commit 1bf2c34

Please sign in to comment.