Skip to content

Commit

Permalink
Update 6.cheatsheet-for-ngql.md (#2408)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Dec 29, 2023
1 parent 783ee61 commit 4d5a610
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs-2.0-en/2.quick-start/6.cheatsheet-for-ngql.md
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@
| `KILL QUERY (session=<session_id>, plan=<plan_id>)` | `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} <SessionId>` | `KILL SESSION 1672887983842984` | Terminates a single session. |
Expand Down

0 comments on commit 4d5a610

Please sign in to comment.