Skip to content

Instantly share code, notes, and snippets.

@adhadse
Created July 12, 2021 11:23
Show Gist options
  • Save adhadse/349c2ce259d6f5e98e56a13a5a5df504 to your computer and use it in GitHub Desktop.
Save adhadse/349c2ce259d6f5e98e56a13a5a5df504 to your computer and use it in GitHub Desktop.
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