Skip to content

Commit

Permalink
Fix the description of fetch prop on *
Browse files Browse the repository at this point in the history
  • Loading branch information
JaySon-Huang committed Jul 25, 2021
1 parent 5831044 commit 372d733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs-2.0/3.ngql-guide/7.general-query-statements/4.fetch.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ nebula> FETCH PROP ON player, t1 "player100", "player103";
+----------------------------------------------------------------------------+
```

### 获取点上所有属性值
### 在所有标签中获取点的属性值

`FETCH`语句中使用`*`获取点上所有属性值
`FETCH`语句中使用`*`获取当前图空间所有标签里,点的属性值

```ngql
nebula> FETCH PROP ON * "player100", "player106", "team200";
Expand Down

0 comments on commit 372d733

Please sign in to comment.