Skip to content

Commit

Permalink
ebnf show builtins (#17009) (#17124)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Apr 11, 2024
1 parent 1abc4cc commit b4bee20
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions sql-statements/sql-statement-show-builtins.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@ summary: The usage of SHOW BUILTINS in TiDB.

## Synopsis

**ShowBuiltinsStmt:**

![ShowBuiltinsStmt](/media/sqlgram/ShowBuiltinsStmt.png)
```ebnf+diagram
ShowBuiltinsStmt ::=
"SHOW" "BUILTINS"
```

## Examples

{{< copyable "sql" >}}

```sql
SHOW BUILTINS;
```
Expand Down

0 comments on commit b4bee20

Please sign in to comment.