hammadsaleemm opened a new issue, #934: URL: https://github.com/apache/age/issues/934
I am aware of how to update properties for a single node using a query like: ``` MATCH (n:label4 {id: 123}) SET n.newProperty = 'new value' ``` However, I want to update properties for multiple nodes without having to specify each node individually in the query. Is there a way to achieve this with a single query? If so, what would be the recommended approach? -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org