From 4d5a6102055242dbe66a6f4aaa96eba6b25b3972 Mon Sep 17 00:00:00 2001 From: "abby.huang" <78209557+abby-cyber@users.noreply.github.com> Date: Fri, 29 Dec 2023 11:58:00 +0800 Subject: [PATCH] Update 6.cheatsheet-for-ngql.md (#2408) --- docs-2.0-en/2.quick-start/6.cheatsheet-for-ngql.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs-2.0-en/2.quick-start/6.cheatsheet-for-ngql.md b/docs-2.0-en/2.quick-start/6.cheatsheet-for-ngql.md index 5a135acb2b4..0c6da49d1f9 100644 --- a/docs-2.0-en/2.quick-start/6.cheatsheet-for-ngql.md +++ b/docs-2.0-en/2.quick-start/6.cheatsheet-for-ngql.md @@ -455,6 +455,7 @@ | `KILL QUERY (session=, plan=)` | `KILL QUERY(SESSION=1625553545984255,PLAN=163)` | Terminates the query being executed, and is often used to terminate slow queries. | * [Kill sessions](../3.ngql-guide/17.query-tuning-statements/2.kill-session.md) + | Syntax | Example | Description | | ------------------------------------------------------ | --------------------------------------------------- | --------------------------------------------------- | | `KILL {SESSION|SESSIONS} ` | `KILL SESSION 1672887983842984` | Terminates a single session. |