You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by "Zainab-Saad (via GitHub)" <gi...@apache.org> on 2023/03/23 10:37:23 UTC

[GitHub] [age] Zainab-Saad commented on issue #761: Recent commits are not reflected to AGE local repository after pulling the commits from remote

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: dev-unsubscribe@age.apache.org

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