memgraph/tests/data/cypher_queries/read/with/match-with-where.cypher

2 lines
126 B
Plaintext
Raw Normal View History

2016-05-25 06:37:14 +08:00
# MATCH (user)-[:FRIEND]-(friend) WHERE user.name = "test" WITH user, count(friend) AS friends WHERE friends > 10 RETURN user