Skip to content

Commit

Permalink
ebnf shutdown (#16994) (#17128)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Apr 11, 2024
1 parent 1e2bf83 commit 415f2fb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions sql-statements/sql-statement-shutdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@ The `SHUTDOWN` statement is used to perform a shutdown operation in TiDB. Execut
## Synopsis

**Statement:**

![Statement](/media/sqlgram/ShutdownStmt.png)
```ebnf+diagram
ShutdownStmt ::=
"SHUTDOWN"
```

## Examples

{{< copyable "sql" >}}

```sql
SHUTDOWN;
```
Expand Down

0 comments on commit 415f2fb

Please sign in to comment.