Created
July 12, 2021 11:23
-
-
Save adhadse/349c2ce259d6f5e98e56a13a5a5df504 to your computer and use it in GitHub Desktop.
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 | |
(person) -[:WORKS_IN]-> (TS:Company {name: 'Tiger Softwares'}), | |
(person) -[:LIVES_IN]-> () -> [:WITHIN*0..]-> (Gujrat:Location {name:'Gujrat'}) | |
RETURN person.name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment