cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

reinhold_kolm
Node Link
since ‎05-19-2020
‎06-01-2022

User Statistics

  • 4 Posts
  • 0 Solutions
  • 0 Kudos given
  • 6 Kudos received

User Activity

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) ...