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.

tommy_cabrelli
Node
since ‎09-17-2018
‎06-01-2022

User Statistics

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

User Activity

Hello everyone ! I'm trying to move every relationships of a node to an another. Here is my query for now : MATCH(n:Resource {name: 'source-resource'})-[r]-() with collect(distinct r) as relations,n MATCH(n2:Resource {name: 'destination-resource'}) w...
Kudos given to