diff --git a/docs-2.0-zh/3.ngql-guide/7.general-query-statements/3.go.md b/docs-2.0-zh/3.ngql-guide/7.general-query-statements/3.go.md index aeb98bb7a26..2dabc1323df 100644 --- a/docs-2.0-zh/3.ngql-guide/7.general-query-statements/3.go.md +++ b/docs-2.0-zh/3.ngql-guide/7.general-query-statements/3.go.md @@ -14,7 +14,7 @@ OVER [{REVERSELY | BIDIRECT}] [ WHERE  ] YIELD [DISTINCT] [{ SAMPLE | }] -[| GROUP BY { | expression> | } YIELD ] +[| GROUP BY { | | } YIELD ] [| ORDER BY [{ASC | DESC}]] [| LIMIT [,] ];