From 7fe874a99fb4fc2e08ffae0814d111176aca090f Mon Sep 17 00:00:00 2001 From: HOHO <591310381@qq.com> Date: Sun, 21 Jan 2024 19:38:03 +0800 Subject: [PATCH] Update sql-statements/sql-statement-kill.md Co-authored-by: Grace Cai --- sql-statements/sql-statement-kill.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sql-statements/sql-statement-kill.md b/sql-statements/sql-statement-kill.md index b9571cb035102..f427cb98e9e70 100644 --- a/sql-statements/sql-statement-kill.md +++ b/sql-statements/sql-statement-kill.md @@ -6,11 +6,7 @@ aliases: ['/docs/dev/sql-statements/sql-statement-kill/','/docs/dev/reference/sq # KILL -The `KILL` statement is used to terminate a connection in any TiDB instance in the current TiDB cluster. - -> **Note:** -> -> Starting from TiDB v6.2.0, `KILL` statement is able to kill DDL jobs. +The `KILL` statement is used to terminate a connection in any TiDB instance in the current TiDB cluster. Starting from TiDB v6.2.0, you can also the `KILL` statement to terminate DDL jobs. ## Synopsis