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.

lssayers
Node
since ‎02-19-2020
‎06-01-2022

User Statistics

  • 6 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi everyone, What's currently the best approach to returning all nodes of a specific type, plus some results of a subquery for each node? Essentially I'm wanting to do something like: MATCH (m:Movie) CALL { WITH m MATCH (p:Person)-[role:ACTED_IN]...
Hey guys, Just playing around with https://neo4j.com/docs/cypher-manual/current/syntax/parameters/ and there's an example where you use parameters with SKIP and LIMIT. In Neo4j Browser 4.0.3, Neo4j 4.0 I do the following: :params {s: 1, l: 1} Which t...