Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does MATCH support range queries (equivalent to the "IN" query in MySQL)? #5604

Open
LETMECALM opened this issue Jun 19, 2023 · 1 comment
Open
Labels
type/question Type: question about the product

Comments

@LETMECALM
Copy link

  • nGQL:MATCH result = (v:事件) -- (v2) WHERE id(v) =='事件' RETURN result;
  • 使用场景:事件VID ,等于条件替换为in ,VID 查询条件有多个,是否支持这种查询
  • 补充:类似于mysql中的 in 查询
@QingZ11 QingZ11 added the type/question Type: question about the product label Jun 27, 2023
@QingZ11 QingZ11 changed the title MATCH 是否支持范围查询(mysql 中的 in 查询) Does MATCH support range queries (equivalent to the "IN" query in MySQL)? Aug 3, 2023
@QingZ11
Copy link
Contributor

QingZ11 commented Oct 20, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/question Type: question about the product
Projects
None yet
Development

No branches or pull requests

2 participants