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 7314c6e commit 963b129Copy full SHA for 963b129
cypher/queries/bi-11.cypher
@@ -12,4 +12,5 @@ WHERE a.id < b.id
12
AND $startDate <= k1.creationDate
13
AND $startDate <= k2.creationDate
14
AND $startDate <= k3.creationDate
15
+WITH DISTINCT a, b, c
16
RETURN count(*) AS count
0 commit comments