Munmud commented on issue #854:
URL: https://github.com/apache/age/issues/854#issuecomment-1522733440

   ```sql
   SELECT * from cypher(
       'test_Graph', 
       $$ 
           MATCH (a), (b)
           WHERE id(a) = 844424930131969 AND id(b) = 844424930131970
           CREATE (a)-[r:ProjectLeader {firstMeet : 'Jan-21-2019'}]->(b)
       $$) as (v agtype);
   ```


-- 
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]

Reply via email to