Hi,
is there a chance to use MIN, MAX in Cypher like in the following example, or is it possible to save the rand()- value into a variable and use the variable in the same cypher- statement.
MATCH (:Person)-[c:Meeting]->(q:Person)
WHERE (q.att1 = 0) ...