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
error_message: "[ParserException] ParserException: line 1:72 no viable alternative at input ' NEXT'"
执行这个,说 no viable alternative at input ' NEXT'"
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
The text was updated successfully, but these errors were encountered:
error_message: "[ParserException] ParserException: line 1:72 no viable alternative at input ' NEXT'"
执行这个,说 no viable alternative at input ' NEXT'"
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
The text was updated successfully, but these errors were encountered: