jrgemignani commented on issue #1722:
URL: https://github.com/apache/age/issues/1722#issuecomment-2040211383

   > Another question, should this work as it in Neo4j?
   > 
   > ```
   > SELECT * from ag_catalog.cypher('graph_store', $$
   >    MERGE (n1:`TEST`{id: 'a\'bb'})
   >    MERGE (n2:`TEST`{id: 'bb \'s abc'})
   >    MERGE (n1)-[:`ABC_I'S_a`]->(n2)
   > $$) as (a ag_catalog.agtype);
   > ```
   
   I'm not sure I understand what you are asking. Also, keep in mind that you 
will likely need to backslash all non wrapping quote characters.


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

Reply via email to