Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. START n = node:node_auto_index(email={email_value})
  2. MERGE (p:Person {id:n.id})
  3. ON MATCH SET p.other_array_property =
  4. p.other_array_property + {other_property_value}
  5. ON CREATE SET p.other_array_property = {other_property_value};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement