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

   > Can you put double quotes around the string?
   > 
   > ```cypher
   > SELECT * from ag_catalog.cypher('graph_store', $$
   >      MERGE (n1:`Entity` {id: 'I'})
   >      MERGE (n2:`Entity` {id: "It's better for technology companies to be 
run by product people"})
   >      MERGE (n1)-[:`Learned`]->(n2)
   > $$) as (a ag_catalog.agtype);
   > ```
   > 
   > This worked for me alright
   
   @markgomer 
   I just copy and paste yours, it seems not work
   
   ![CleanShot 2024-04-05 at 23 46 
19@2x](https://github.com/apache/age/assets/8643866/cb16b2aa-09b2-4a94-94bc-6e752b04c3b2)
   


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