You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
执行查询
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'"
The text was updated successfully, but these errors were encountered:
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.
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
'"The text was updated successfully, but these errors were encountered: