Hi everyone,
I have a question concerning arrays in cypher.
Say, I have a node with an array:
CREATE (n:Node {array: [1,2,3,4,5,6]})
Now I want to write on the second and fifth entry of this array. From other languages, I would guess something like
...