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 898047a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sql-statements/sql-statement-drop-stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +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
TableName ::=
Identifier ('.' Identifier)?
TableNameList ::=
TableName ( ',' TableName )*
```

## Examples
Expand Down

0 comments on commit 898047a

Please sign in to comment.