Skip to content

Commit

Permalink
Update 2.update-edge.md (#2153)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Sep 21, 2022
1 parent 6a980c8 commit d6b7445
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs-2.0/3.ngql-guide/13.edge-statements/2.update-edge.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ SET <update_prop>
nebula> GO FROM "player100" \
OVER serve \
YIELD properties(edge).start_year, properties(edge).end_year;
+------------------+----------------+
| serve.start_year | serve.end_year |
+------------------+----------------+
| 1997 | 2016 |
+------------------+----------------+
+-----------------------------+---------------------------+
| properties(EDGE).start_year | properties(EDGE).end_year |
+-----------------------------+---------------------------+
| 1997 | 2016 |
+-----------------------------+---------------------------+
// 修改属性 start_year 的值,并返回 end_year 和新的 start_year。
Expand Down

0 comments on commit d6b7445

Please sign in to comment.