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. |