Skip to content

Commit

Permalink
Update 3.go.md (#1196)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisChu authored Nov 10, 2021
1 parent 917d8e7 commit 6d2dac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-2.0/3.ngql-guide/7.general-query-statements/3.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ nebula> $a = GO FROM "player100" OVER follow YIELD src(edge) AS src, dst(edge) A
# 在多个边上通过IS NOT EMPTY进行判断。
nebula> GO FROM "player100" OVER follow WHERE properties($$).name IS NOT EMPTY YIELD dst(edge);
+-------------+
| follow._dst |
| dst(EDGE) |
+-------------+
| "player125" |
| "player101" |
Expand Down

0 comments on commit 6d2dac0

Please sign in to comment.