Skip to content

Commit

Permalink
sql-statement-kill: remove a typo (#9636)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancai authored Jun 17, 2022
1 parent f681fd5 commit 90b6bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql-statements/sql-statement-kill.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ KillStmt ::= 'KILL' 'TIDB'? ( 'CONNECTION' | 'QUERY' )? CONNECTION_ID

## 示例

查询当前集群中所有所有活跃查询,并终止其中某一个连接:
查询当前集群中所有活跃查询,并终止其中某一个连接:

{{< copyable "sql" >}}

Expand Down

0 comments on commit 90b6bab

Please sign in to comment.