Skip to content

Commit

Permalink
Update limit.md (#1332)
Browse files Browse the repository at this point in the history
  • Loading branch information
foesa-yang committed May 6, 2022
1 parent ac78f1e commit 7d7428c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs-2.0/3.ngql-guide/8.clauses-and-options/limit.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,14 @@ nebula> GO 3 STEPS FROM "player100" \
| "Manu Ginobili" | 41 |
+-----------------+--------------+
nebula> GO 3 STEPS FROM "player102" OVER * \
nebula> GO 3 STEPS FROM "player102" OVER * BIDIRECT\
YIELD dst(edge) \
LIMIT [rand32(5),rand32(5),rand32(5)];
+-------------+
| dst(EDGE) |
+-------------+
| "team204" |
| "team215" |
| "player100" |
| "player102" |
| "player100" |
+-------------+
```

Expand Down

0 comments on commit 7d7428c

Please sign in to comment.