Created
April 18, 2020 04:31
-
-
Save vladbatushkov/7f08be64b5117e24948e116608160e3d to your computer and use it in GitHub Desktop.
Find Airport neighbors Airports
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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