markgomer commented on issue #1722:
URL: https://github.com/apache/age/issues/1722#issuecomment-2040367613
> I mean, that query works in Neo4j, but I tried it in pg, it doesn't work.
Can a label include quotes?
>
> ```
> SELECT * from cypher('graph_store', $$
> MERGE (n1:`TEST`{id: 'a\'bb'})
> MERGE (n2:`TEST`{id: 'bb \'s abc'})
> MERGE (n1)-[:`ABC_IS\'_a`]->(n2)
> $$) as (a agtype);
> ```
I tested this on AGE-viewer and it seems to be working... what is the error
message you're getting?
--
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]