You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by "moiz697 (via GitHub)" <gi...@apache.org> on 2023/06/22 16:24:25 UTC

[GitHub] [age] moiz697 commented on issue #934: Updating properties for multiple nodes in a graph database using a single query without specifying each node individually

moiz697 commented on issue #934:
URL: https://github.com/apache/age/issues/934#issuecomment-1602969543

   MATCH (n:Label)
   WHERE n.property = value
   SET n.property = newValue
   
   You can use this to add multiple nodes at once


-- 
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-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org