Advertisement
kieni17

Untitled

May 5th, 2020
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.15 KB | None | 0 0
  1. MATCH p=shortestPath(( a:Address )-[*..30]-( b:Address ))
  2. WHERE a.countries="Luxembourg" AND b.countries="Cyprus" AND LENGTH(p)>15
  3. RETURN p
  4. LIMIT 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement