Skip to content

Commit

Permalink
ebnf show profiles (#17070)
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden authored Apr 18, 2024
1 parent 21cc128 commit f1d5667
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions sql-statements/sql-statement-show-profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@ The `SHOW PROFILES` statement currently only returns an empty result.

## Synopsis

**ShowStmt:**
```ebnf+diagram
ShowProfilesStmt ::=
"SHOW" "PROFILES" ShowLikeOrWhere?
![ShowStmt](/media/sqlgram/ShowStmt.png)
ShowLikeOrWhere ::=
"LIKE" SimpleExpr
| "WHERE" Expression
```

## Examples

{{< copyable "sql" >}}

```sql
SHOW PROFILES;
```
Expand Down

0 comments on commit f1d5667

Please sign in to comment.