Skip to content

Commit

Permalink
update lookup example (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amber1990Zhang committed Jan 26, 2021
1 parent 96865ef commit b70d54d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ LOOKUP ON {<vertex_tag> | <edge_type>} WHERE <expression> [ AND expression ...])
如下示例返回名称为 `Tony Parker`,标签为 _player_ 的点。

```ngql
nebula> CREATE TAG INDEX index_player ON player(name, age);
nebula> CREATE TAG INDEX index_player ON player(name);
nebula> LOOKUP ON player WHERE player.name == "Tony Parker";
============
Expand Down

0 comments on commit b70d54d

Please sign in to comment.