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

no viable alternative at input ' NEXT'" #532

Closed
HiCoderMonkey opened this issue May 24, 2024 · 3 comments
Closed

no viable alternative at input ' NEXT'" #532

HiCoderMonkey opened this issue May 24, 2024 · 3 comments
Labels
cypher the cypher query language more info needed

Comments

@HiCoderMonkey
Copy link

Environment:
docker tugraph 版本:4.3.0

执行查询
MATCH (t:Travel_Travel) WHERE t.id = "虎跳峡高路徒步+玉龙雪山秘境丨环线2日游" RETURN t NEXT MATCH (s:Travel_Schedule) WHERE s.Travel_Schedule__Travel_Travel = t RETURN s.day, s.Travel_Schedule__destination__Travel_Destination, s.Travel_Schedule__play__Travel_Destination, s.Travel_Schedule__hotel__Travel_Hotel, s.eat

报错:
error_message: "[ParserException] ParserException: line 1:70 no viable alternative at input ' NEXT'"

@gtahoo gtahoo added the cypher the cypher query language label May 31, 2024
@ljcui
Copy link
Collaborator

ljcui commented Jun 3, 2024

NEXT 不是cypher里面的语法

Copy link

github-actions bot commented Jul 4, 2024

Hello @lizhongxiang12138. Please provide more info for debugging. Issues labeled by more info needed will be closed if no activities in 7 days.

你好 @lizhongxiang12138, 我们需要你提供更多信息以便于排查问题。7 天内未跟进此 issue 将会被自动关闭。

Copy link

Since this issue was labeled as "more info needed" but no response has been received for 15 days. Now the issue is closed. Please feel free to create a new one with more info if you have more questions.

由于该 issue 被标记为需要更多信息,却 15 天未收到回应。现关闭 issue,若有任何问题,可另开 issue 并提供更多信息。

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cypher the cypher query language more info needed
Projects
None yet
Development

No branches or pull requests

4 participants