Skip to content

Commit

Permalink
ngql-changes-by-tck (#2119)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Jun 7, 2023
1 parent 72a4403 commit e248dc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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 @@ -219,8 +219,8 @@ nebula> $a = GO FROM "player100" OVER follow YIELD src(edge) AS src, dst(edge) A
+-------------+-------------+-------------+-------------+
| src | $a.dst | follow._src | follow._dst |
+-------------+-------------+-------------+-------------+
| "player100" | "player125" | "player100" | "player101" |
| "player100" | "player101" | "player100" | "player125" |
| "player100" | "player101" | "player100" | "player101" |
| "player100" | "player125" | "player100" | "player125" |
+-------------+-------------+-------------+-------------+
```

Expand Down
4 changes: 2 additions & 2 deletions docs-2.0/3.ngql-guide/8.clauses-and-options/group-by.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ nebula> LOOKUP ON player WHERE player.age > 34 YIELD id(vertex) AS v | \
| $-.start_year | $-.end_year | count |
+---------------+-------------+-------+
| 2018 | 2019 | 3 |
| 1998 | 2004 | 2 |
| 2012 | 2013 | 2 |
| 2007 | 2012 | 2 |
| 1998 | 2004 | 2 |
| 2017 | 2018 | 2 |
| 2010 | 2011 | 2 |
+---------------+-------------+-------+
```

0 comments on commit e248dc1

Please sign in to comment.