From 1039c7acdb067feaef124bded2c8b99e102ca0aa Mon Sep 17 00:00:00 2001 From: ygnzhcool <51191534+ygnzhcool@users.noreply.github.com> Date: Fri, 13 Sep 2024 16:16:10 +0800 Subject: [PATCH] =?UTF-8?q?GO=E8=AF=AD=E6=B3=95=E5=AE=9A=E4=B9=89=E7=BC=BA?= =?UTF-8?q?=E5=B0=91=E5=B7=A6=E5=B0=96=E6=8B=AC=E5=8F=B7=20(#2585)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs-2.0-zh/3.ngql-guide/7.general-query-statements/3.go.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 aeb98bb7a2..2dabc1323d 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 [,] ];