Skip to content

Commit

Permalink
update lookup syntax (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amber1990Zhang committed Sep 30, 2020
1 parent f3b4a86 commit ef5de85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The `LOOKUP` statement is used to search for the filter condition in it. `LOOKUP
> **NOTE**: Before using the `LOOKUP` statement, please make sure that indexes are created. Read more about indexes in [Index Documentation](../1.data-definition-statements/index.md).
```ngql
LOOKUP ON {<vertex_tag> | <edge_type>} WHERE <expression> [ AND | OR expression ...]) ] [YIELD <return_list>]
LOOKUP ON {<vertex_tag> | <edge_type>} WHERE <expression> [ AND expression ...]) ] [YIELD <return_list>]
<return_list>
<col_name> [AS <col_alias>] [, <col_name> [AS <col_alias>] ...]
Expand Down

0 comments on commit ef5de85

Please sign in to comment.