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.

strombiero10
Node
since ‎04-24-2020
‎06-01-2022

User Statistics

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

User Activity

I'm trying to submit this query to my neo4j-community database: MATCH (n1:Hashtag{name:'animal'}) CALL apoc.path.subgraphNodes(n1,{}) YIELD node WHERE node.postsCount > 1000 AND node.postsCount < 200000 RETURN node LIMIT 50 Neo4j Browser returns thi...