wqxs commented on issue #239:
URL: https://github.com/apache/age/issues/239#issuecomment-1180036362
> 嗨,正在将a.map的值设置为字符串,而不是map。去除周围的`SET a.map = '{"name":"b"}' ``'``SELECT *
FROM ag_catalog.cypher('zjdata_graph', $$ MATCH (a:a) WHERE a.id = 1 SET a.map
= {"name":"b"} RETURN id(a), properties(a) $$) as (id
ag_catalog.agtype,properties ag_catalog.agtype)`
I want to change the values in the map, but I can't

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