Skip to content

Commit

Permalink
Update 3.property-reference.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Jul 20, 2022
1 parent 2328efa commit 33c8157
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ nebula> GO FROM "player100" OVER follow YIELD follow._src, follow._dst, follow._

!!! compatibility "历史版本兼容性"

从 Nebula Graph 2.6.0 起支持了新的 [Schema 函数](../6.functions-and-expressions/4.schema.md)。以上示例在 Nebula Graph {{ nebula.release}} 中的写法如下
从 Nebula Graph 2.6.0 起支持了新的 [Schema 函数](../6.functions-and-expressions/4.schema.md)。以上示例在 Nebula Graph {{ nebula.release}} 中的近似写法如下

```ngql
GO FROM "player100" OVER follow YIELD properties($^).name AS startName, properties($$).age AS endAge;
Expand Down

0 comments on commit 33c8157

Please sign in to comment.