Skip to content

Commit

Permalink
Update sql-statements/sql-statement-show-table-regions.md
Browse files Browse the repository at this point in the history
Co-authored-by: kennytm <[email protected]>
  • Loading branch information
dveeden and kennytm authored Apr 10, 2024
1 parent 21b9dfe commit 09f04ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql-statements/sql-statement-show-table-regions.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SHOW TABLE [table_name] INDEX [index_name] REGIONS [WhereClauseOptional];

```ebnf+diagram
ShowTableRegionStmt ::=
"SHOW" "TABLE" TableName PartitionNameList? ("INDEX" IndexName)? "REGIONS" ShowLikeOrWhere?
"SHOW" "TABLE" TableName PartitionNameList? ("INDEX" IndexName)? "REGIONS" ("WHERE" Expression)?
TableName ::=
(SchemaName ".")? Identifier
Expand Down

0 comments on commit 09f04ca

Please sign in to comment.