sir-sa commented on issue #1611:
URL: https://github.com/apache/age/issues/1611#issuecomment-2044399192
SELECT * FROM cypher('graph_name', $$
UNWIND [1,2,3] AS value
MERGE (n {property: value})
$$) AS (a 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]