Created
July 10, 2019 16:15
-
-
Save vladbatushkov/771e03e42bcdbc720a1bf0a032d88e8b to your computer and use it in GitHub Desktop.
How many calls started in May?
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 (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