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.

alec_wang
Node Link
since ‎07-03-2020
‎06-01-2022

User Statistics

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

User Activity

How to query out MATCH (a:company)-[:orders]->(:item)-[made_by]->(b:company)-[:orders]->(:item)-[made_by]->(:c:company) amd so on without creating a direct relationship between two company nodes.
I want to figure out the count of nodes with each property. Something like MATCH (a:car) RETURN count(a.property="big"), count(a.property="small")
Kudos from
Kudos given to