Skip to content

Instantly share code, notes, and snippets.

@vladbatushkov
Created May 6, 2019 16:37
Show Gist options
  • Save vladbatushkov/8c54640ef55b44d159fab70c9be8ccf2 to your computer and use it in GitHub Desktop.
Save vladbatushkov/8c54640ef55b44d159fab70c9be8ccf2 to your computer and use it in GitHub Desktop.
Trips for today in all directions.
MATCH (t:Trip)--(c:City)
WHERE t.departure.day = 6
RETURN t, c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment