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.

michael_temple1
Node
since ‎04-08-2021
‎06-01-2022

User Statistics

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

User Activity

I am using apoc.refactor.mergeNodes to merge nodes. I have 886 nodes with properties of patient_id and date of service. All the dates of service are in December of the same year. I have the following code: CALL apoc.refactor.mergeNodes(nodes, {prope...
I am very new to Neo4j, so this is probably a simple question. I have several hundred nodes with a property "seq" (for sequence). This number basically represents the day of the month. So all of these several hundred nodes have a seq property betwe...