Skip to content

Commit fa15799

Browse files
authored
sql: update add index grammar ebnf (#21201)
1 parent f801b83 commit fa15799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql-statements/sql-statement-add-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ IndexPartSpecification
3838
3939
IndexOption
4040
::= 'KEY_BLOCK_SIZE' '='? LengthNum
41-
| IndexType
41+
| 'USING' IndexType
4242
| 'WITH' 'PARSER' Identifier
4343
| 'COMMENT' stringLit
4444
| 'VISIBLE'

0 commit comments

Comments
 (0)