Skip to content

Commit 2aa84fd

Browse files
authored
Update yacc_sql.y
1 parent e257fd5 commit 2aa84fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/observer/sql/parser/yacc_sql.y

+2-2
Original file line numberDiff line numberDiff line change
@@ -682,8 +682,8 @@ group_by:
682682
{
683683
$$ = nullptr;
684684
}
685-
| group_by expression_list {
686-
$$ = $2;
685+
| GROUP BY expression_list {
686+
$$ = $3;
687687
}
688688
;
689689
load_data_stmt:

0 commit comments

Comments
 (0)