Skip to content

Commit dbfd4f6

Browse files
ti-chi-bothfxsd
andauthored
sql: fix a synopsis error (#18193) (#18198)
Co-authored-by: xixirangrang <[email protected]>
1 parent 3e04816 commit dbfd4f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql-statements/sql-statement-analyze-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Currently, TiDB collects statistical information as a full collection by using t
1515

1616
```ebnf+diagram
1717
AnalyzeTableStmt ::=
18-
'ANALYZE' ( 'TABLE' ( TableNameList ( 'ALL COLUMNS' | 'PREDICATE COLUMNS' ) | TableName ( 'INDEX' IndexNameList? | AnalyzeColumnOption | 'PARTITION' PartitionNameList ( 'INDEX' IndexNameList? | AnalyzeColumnOption )? )? ) 'INDEX' IndexNameList? ) AnalyzeOptionListOpt
18+
'ANALYZE' ( 'TABLE' ( TableNameList ( 'ALL COLUMNS' | 'PREDICATE COLUMNS' ) | TableName ( 'INDEX' IndexNameList? | AnalyzeColumnOption | 'PARTITION' PartitionNameList ( 'INDEX' IndexNameList? | AnalyzeColumnOption )? )? ) ) AnalyzeOptionListOpt
1919
2020
AnalyzeOptionListOpt ::=
2121
( WITH AnalyzeOptionList )?

0 commit comments

Comments
 (0)