You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by "safi50 (via GitHub)" <gi...@apache.org> on 2023/05/05 06:13:24 UTC

[GitHub] [age] safi50 commented on issue #883: Unexpected Error: operator does not exist: @> agtype

safi50 commented on issue #883:
URL: https://github.com/apache/age/issues/883#issuecomment-1535764044

   This problem seems to be related to the use of multiple `MATCH` clauses used within a single cypher query without corresponding `Where` clauses.
   The following query runs as expected: 
   ```
   MATCH () , (_{n0:0}) RETURN 0
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org