Skip to content

Instantly share code, notes, and snippets.

@vladbatushkov
Created July 10, 2019 16:15
Show Gist options
  • Save vladbatushkov/771e03e42bcdbc720a1bf0a032d88e8b to your computer and use it in GitHub Desktop.
Save vladbatushkov/771e03e42bcdbc720a1bf0a032d88e8b to your computer and use it in GitHub Desktop.
How many calls started in May?
MATCH (c:Call)
WHERE c.from.month = 5
RETURN count(c) as calls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment