We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13a589b commit d0a9413Copy full SHA for d0a9413
cypher/queries/bi-17.cypher
@@ -13,4 +13,5 @@ WHERE forum1 <> forum2
13
AND message2.creationDate > message1.creationDate + duration({hours: $delta})
14
AND NOT (forum2)-[:HAS_MEMBER]->(person1)
15
RETURN person1.id, count(message2) AS messageCount
16
+ORDER BY person1.id ASC
17
LIMIT 10
0 commit comments