2 lines
49 B
Plaintext
2 lines
49 B
Plaintext
MATCH (n {age: 30, role: "player"}) SET n.age=31
|
MATCH (n {age: 30, role: "player"}) SET n.age=31
|