AhmedMo0 commented on issue #934: URL: https://github.com/apache/age/issues/934#issuecomment-1565845749
Using MATCH clause without a specific id for the nodes and after that using SET clause you can modify the properties. e.g. ```sql MATCH (n:label4) WHERE n.property = 'value' SET n.property = 'new value' ``` -- 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]
