Skip to content

Commit

Permalink
ebnf show builtins
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden authored and ti-chi-bot committed Apr 10, 2024
1 parent 4ec2bdf commit 29f3f1d
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 29f3f1d

Please sign in to comment.