Skip to content

Commit

Permalink
Update sql-statements/sql-statement-show-indexes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden authored Apr 9, 2024
1 parent 2ca5502 commit 95941e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql-statements/sql-statement-show-indexes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The statement `SHOW INDEXES [FROM|IN]` lists the indexes on a specified table. T
ShowIndexStmt ::=
"SHOW" ( "INDEX" | "INDEXES" | "KEYS" ) ("FROM" | "IN" ) TableName (("FROM" | "IN") SchemaName )? ShowLikeOrWhereOpt?
ShowLikeOrWhereOpt ::=
ShowLikeOrWhere ::=
"LIKE" SimpleExpr
| "WHERE" Expression
```
Expand Down

0 comments on commit 95941e8

Please sign in to comment.