2 lines
50 B
Plaintext
2 lines
50 B
Plaintext
MATCH (n {id: 0}) SET n.name = "TEST100" RETURN n
|
MATCH (n {id: 0}) SET n.name = "TEST100" RETURN n
|