Skip to content

Commit

Permalink
Update 7.get-subgraph.md. Add annotation to example of last paragraph. (
Browse files Browse the repository at this point in the history
#2394)

* Update 7.get-subgraph.md. Add annotation to example of last paragraph,

* Add a space to improve writing consistency.

---------

Co-authored-by: Steam <[email protected]>
  • Loading branch information
Driskoll and QingZ11 authored Dec 21, 2023
1 parent 68a4a7f commit 5579687
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ nebula> GO 1 STEPS FROM "A" OVER follow YIELD src(edge),dst(edge);
查询到没有多余子图数据时会停止查询,且不会返回空值。

```ngql
# 查询从点 player101 开始、0~100 跳、follow 类型的出边的子图。
nebula> GET SUBGRAPH 100 STEPS FROM "player101" OUT follow YIELD VERTICES AS nodes, EDGES AS relationships;
+----------------------------------------------------+--------------------------------------------------------------------------------------+
| nodes | relationships |
Expand Down

0 comments on commit 5579687

Please sign in to comment.