Skip to content

Commit

Permalink
synchronise the syntax tree with drop stats
Browse files Browse the repository at this point in the history
Signed-off-by: YangKeao <yangkeao@chunibyo.icu>
  • Loading branch information
YangKeao committed Nov 14, 2022
1 parent 1ecd586 commit c429820
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sql-statements/sql-statement-drop-stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ The `DROP STATS` statement is used to delete the statistics of the selected tabl

```ebnf+diagram
DropStatsStmt ::=
'DROP' 'STATS' TableName
'DROP' 'STATS' TableNameList
TableNameList ::=
TableName ( ',' TableName )*
TableName ::=
Identifier ('.' Identifier)?
Expand Down

0 comments on commit c429820

Please sign in to comment.