memgraph/tests/data/cypher_queries/read/with/match-with-where.cypher
2016-05-25 00:37:14 +02:00

2 lines
126 B
Plaintext

# MATCH (user)-[:FRIEND]-(friend) WHERE user.name = "test" WITH user, count(friend) AS friends WHERE friends > 10 RETURN user