Omar-Saad commented on issue #950: URL: https://github.com/apache/age/issues/950#issuecomment-1565687029
The documentation contains a syntax error, and the query should be modified as you mentioned. ``` SELECT * FROM cypher('graph_name', $$ MATCH (n) WHERE exists((n)-[]-({name: 'Willem Defoe'})) RETURN n.full_name $$) as (full_name agtype); ``` You can create a PR to correct this error. -- 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-unsubscr...@age.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org