diff --git a/docs-2.0/3.ngql-guide/8.clauses-and-options/limit.md b/docs-2.0/3.ngql-guide/8.clauses-and-options/limit.md index 513dd47d282..f54e74f3108 100644 --- a/docs-2.0/3.ngql-guide/8.clauses-and-options/limit.md +++ b/docs-2.0/3.ngql-guide/8.clauses-and-options/limit.md @@ -95,13 +95,13 @@ nebula> GO 3 STEPS FROM "player100" \ nebula> GO 3 STEPS FROM "player102" \ OVER * \ LIMIT [rand32(5),rand32(5),rand32(5)]; -+------------+-------------+---------------------+ -| serve._dst | follow._dst | any_shape_edge._dst | -+------------+-------------+---------------------+ -| "team204" | | | -| "team215" | | | -| | "player100" | | -+------------+-------------+---------------------+ ++------------+-------------+ +| serve._dst | follow._dst | ++------------+-------------+ +| "team204" | | +| "team215" | | +| | "player100" | ++------------+-------------+ ``` ## openCypher兼容语句中的LIMIT