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.

rezaahnadi99887
Node Link
since ‎03-08-2022
‎02-08-2023

User Statistics

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

User Activity

Hi guys,I run this cypher with a browser and its works fine. :auto MATCH (s:Person)-[r:Friend]->(t:Person) with s,t,collect(r) as rs where size(rs) > 1 call{ with rs CALL apoc.refactor.mergeRelationships(rs,{properties:{`.*`: 'discard'}}) YIELD rel ...
Hi, I use the 4.4.8 neo4j version and my database has 10M nodes and 3M relations. I want to merge nodes with same "Age" property. but below cypher does nothing, no hangs, no crash, no error and obviously no mergers  props size is 80 which means the ...
Hi, I have a database with 20 million nodes and 10 million relationships. I want to merge nodes that have the same code number property. My cypher is like this CALL apoc.periodic.iterate(" MATCH (n:Person) with distinct n.code as props return props ...
Kudos given to