Skip to content

Commit

Permalink
GO语法定义缺少左尖括号 (#2585)
Browse files Browse the repository at this point in the history
  • Loading branch information
ygnzhcool authored Sep 13, 2024
1 parent 22dbd86 commit 1039c7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ OVER <edge_type_list> [{REVERSELY | BIDIRECT}]
[ WHERE <conditions> ]
YIELD [DISTINCT] <return_list>
[{ SAMPLE <sample_list> | <limit_by_list_clause> }]
[| GROUP BY {<col_name> | expression> | <position>} YIELD <col_name>]
[| GROUP BY {<col_name> | <expression> | <position>} YIELD <col_name>]
[| ORDER BY <expression> [{ASC | DESC}]]
[| LIMIT [<offset>,] <number_rows>];
Expand Down

0 comments on commit 1039c7a

Please sign in to comment.