Skip to content

Commit 963b129

Browse files
committed
Fix BI Q11: add projection to only count each triangle once
1 parent 7314c6e commit 963b129

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cypher/queries/bi-11.cypher

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ WHERE a.id < b.id
1212
AND $startDate <= k1.creationDate
1313
AND $startDate <= k2.creationDate
1414
AND $startDate <= k3.creationDate
15+
WITH DISTINCT a, b, c
1516
RETURN count(*) AS count

0 commit comments

Comments
 (0)