Skip to content

Commit

Permalink
ebnf show errors (#17012)
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden authored Apr 8, 2024
1 parent 5a993ed commit 049c02a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions sql-statements/sql-statement-show-errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@ The behavior of which statements generate errors vs. warnings is highly influenc

## Synopsis

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

## Examples

Expand Down

0 comments on commit 049c02a

Please sign in to comment.