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.

himanshu_kapoor
Node
since ‎06-01-2021
‎06-01-2022

User Statistics

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

User Activity

I want to fetch the count of a specific relations between two specific node types i.e. MATCH (n:Person)-[r:Wrote]->(a:Movie) RETURN count(r) however this query does not use count store. I have to figure out such count for all the relationships in my ...