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.

mcharlesanderso
Node
since ‎04-30-2019
‎06-01-2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 1 Kudos given
  • 1 Kudos received

User Activity

So I have the following cypher example that I use to help traverse a specific tree structure: MATCH (start: node_label{id:1}) - [r:relationship_A|relationship_B*] -> (endNodes:node_label) return size(r)/2, endNodes.id Now this finds exactly what I ne...
Kudos from
Kudos given to