Skip to content

Commit d0a9413

Browse files
committed
Add missing 'ORDER BY' clause
1 parent 13a589b commit d0a9413

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cypher/queries/bi-17.cypher

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ WHERE forum1 <> forum2
1313
AND message2.creationDate > message1.creationDate + duration({hours: $delta})
1414
AND NOT (forum2)-[:HAS_MEMBER]->(person1)
1515
RETURN person1.id, count(message2) AS messageCount
16+
ORDER BY person1.id ASC
1617
LIMIT 10

0 commit comments

Comments
 (0)