Zainab-Saad commented on issue #761:
URL: https://github.com/apache/age/issues/761#issuecomment-1480954617
Sure
`SELECT * FROM cypher('demo_graph', $$
MATCH p = (u:Vertex {name : "A"})-[:EDGE*]->(v:Vertex{name : "C"})
UNWIND(relationships(p)) AS x RETURN sum(x)
$$) AS (result agtype);`
But the issue isnt with the query anymore.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]