memgraph/tests/data/queries/cypher/read/with/match-with-order-skip-limit.cypher

2 lines
119 B
Plaintext
Raw Normal View History

2016-05-25 06:37:14 +08:00
# MATCH (user)-[:FRIEND]-(friend) WITH user, count(friend) AS friends ORDER BY friends DESC SKIP 1 LIMIT 3 RETURN user