Cherry-picked from #51948 Co-authored-by: James <lijibing@selectdb.com>
This commit is contained in:
committed by
GitHub
parent
042e18068a
commit
b3588b01c0
@ -1153,7 +1153,7 @@ groupingElement
|
||||
: ROLLUP LEFT_PAREN (expression (COMMA expression)*)? RIGHT_PAREN
|
||||
| CUBE LEFT_PAREN (expression (COMMA expression)*)? RIGHT_PAREN
|
||||
| GROUPING SETS LEFT_PAREN groupingSet (COMMA groupingSet)* RIGHT_PAREN
|
||||
| expression (COMMA expression)*
|
||||
| expression (COMMA expression)* (WITH ROLLUP)?
|
||||
;
|
||||
|
||||
groupingSet
|
||||
|
||||
Reference in New Issue
Block a user