Guest User

Untitled

a guest
Jan 22nd, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. MATCH (n {`Liability ID`: {liability_id}})
  2. SET n.`Creditor Reference`= {reference},
  3. n.`Liability Type`= {liability_type},
  4. n.`Liability Sub-Type`= {liability_subtype}
  5. RETURN n.`Liability ID`
Add Comment
Please, Sign In to add comment