SET
MATCH (n) WHERE n.name = 'Alice' SET n.age = 31Update properties on matched nodes or relationships. Automatically updates the updated_at timestamp.
Syntax#
MATCH (variable) WHERE predicate SET variable.key = valueSee Also#
Try it
Open ↗⌘↵ to run
Loading engine…