NathanFrund opened a new issue, #1933:
URL: https://github.com/apache/age/issues/1933

   Hello!
   
   I have a pretty basic cypher function whose result I'd like to assign to a 
pgsql variable.
   
   Here is the mentioned query.
   
   ```sql
   LOAD 'age';
   SET search_path = ag_catalog, "$user", public;
   
   SELECT exists
   FROM cypher('test_graph', $$
       MATCH (n:Node)
       RETURN exists((n)-[:START]->())
   $$) as (exists agtype);
   ```
   
   I'm stumped.
   
   In a way, I hope that the answer is obvious, but not too obvious!


-- 
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.apache.org

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

Reply via email to