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.

moneeb
Node Link
since ‎11-04-2022
‎11-18-2022

User Statistics

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

User Activity

Hi I'm currently using DBMS version 5.1.0 MY data model is (:User)-[:LIKE]->(:Pull) I'm trying to count the number of likes relationship for a specific Pull using this query PROFILE MATCH res=(:Pull {id:"pull4"})-[:LIKE]-() return size(collect(relat...
Kudos given to