Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy committed Jan 6, 2022
1 parent d5acc9d commit 026a0f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs-2.0/20.appendix/0.FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ It is a known issue. Just retry 1 to N times, where N is the partition number. T

Starting with Nebula Graph 3.0, the statements `LOOKUP`, `GO`, and `FETCH` must output results with the `YIELD` clause. For more information, see [YIELD](../3.ngql-guide/8.clauses-and-options/yield.md).

### "How to resolve the error `To get the property of the vertex in 'v.age', should use the format 'var.tag.prop'`?"

From version 3.0, `Pattern` supports matching multiple tags at the same time, so you need to specify additional Tag names when returning attributes. From `RETURN variable_name.property_name` change to `RETURN variable_name.Tag.property_name`.

### "How is the `time spent` value at the end of each return message calculated?"

Take the returned message of `SHOW SPACES` as an example:
Expand Down

0 comments on commit 026a0f4

Please sign in to comment.