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.

sporritt
Node
since ‎10-08-2021
‎06-01-2022

User Statistics

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

User Activity

Run this to get a list of all internal Ids for all nodes with label itemA: match(a:itemA) with collect(id(a)) as IdList merge (c:cache) set c.IdList = IdList Then run this to try and retrieve all nodes with label itemA, whose internal Id is in the li...