Skip to content

Commit

Permalink
Fix EBNF for SHOW CREATE DATABASE (#17155) (#17183)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot committed Apr 15, 2024
1 parent cdf99f6 commit 63e76fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql-statements/sql-statement-show-create-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ summary: An overview of the use of SHOW CREATE DATABASE in the TiDB database.

```ebnf+diagram
ShowCreateDatabaseStmt ::=
"SHOW" "CREATE" "DATABASE" | "SCHEMA" ("IF" "NOT" "EXISTS")? DBName
"SHOW" "CREATE" ("DATABASE" | "SCHEMA") ("IF" "NOT" "EXISTS")? DBName
```

## Examples
Expand Down

0 comments on commit 63e76fa

Please sign in to comment.