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