Skip to content

Commit

Permalink
Update 5.lookup.md (#2556)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-YiYeXingChen authored May 9, 2024
1 parent e0affdb commit 2672803
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ nebula> LOOKUP ON player \
| "player140" |
+-------------+
# 查询所有 name 以 B 开头,且 age 22 30 之间的点数据,并返回 name 和 age 属性值。
# 查询所有 name 以 B 开头,且 age 22 30 的点数据,并返回 name 和 age 属性值。
nebula> LOOKUP ON player \
WHERE player.name STARTS WITH "B" \
AND player.age IN [22,30] \
Expand Down

0 comments on commit 2672803

Please sign in to comment.