From e87ab1b91bcefa6a70156b7dd52929f5f0ffee90 Mon Sep 17 00:00:00 2001 From: Even <71239503+even1111112@users.noreply.github.com> Date: Thu, 11 Nov 2021 17:58:42 +0800 Subject: [PATCH 1/2] Update limit.md --- docs-2.0/3.ngql-guide/8.clauses-and-options/limit.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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..43bce44936a 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,9 @@ 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 | ++------------+-------------+ ``` ## openCypher兼容语句中的LIMIT From 51f24a04e6ca8d5c96f18d33b28ee71ff2ceb681 Mon Sep 17 00:00:00 2001 From: randomJoe211 <69501902+randomJoe211@users.noreply.github.com> Date: Thu, 18 Nov 2021 14:12:09 +0800 Subject: [PATCH 2/2] Update limit.md --- docs-2.0/3.ngql-guide/8.clauses-and-options/limit.md | 4 ++++ 1 file changed, 4 insertions(+) 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 43bce44936a..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 @@ -98,6 +98,10 @@ nebula> GO 3 STEPS FROM "player102" \ +------------+-------------+ | serve._dst | follow._dst | +------------+-------------+ +| "team204" | | +| "team215" | | +| | "player100" | ++------------+-------------+ ``` ## openCypher兼容语句中的LIMIT