Skip to content

Instantly share code, notes, and snippets.

@vladbatushkov
Created April 18, 2020 04:31
Show Gist options
  • Save vladbatushkov/7f08be64b5117e24948e116608160e3d to your computer and use it in GitHub Desktop.
Save vladbatushkov/7f08be64b5117e24948e116608160e3d to your computer and use it in GitHub Desktop.
Find Airport neighbors Airports
MATCH (a:Airport) WHERE this.city = a.city AND this <> a RETURN a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment