kieni17

Untitled

May 10th, 2020
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PL/SQL 0.14 KB | None | 0 0
  1. MATCH (a:Other)
  2. WHERE EXISTS(a.countries) AND NOT a.countries contains ';'
  3. MERGE (c:Country{name:a.countries})
  4. MERGE (a)-[r:IN_COUNTRY]->(c)
Add Comment
Please, Sign In to add comment