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.

FrankR85
Node
since ‎08-31-2020
‎06-01-2022

User Statistics

  • 5 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

We want to store a simple graph: (p:Person {id: 5)-[:LIKES]->(s:Song) When we receive new information about the songs that a person likes, we want to first delete existing LIKE-relationships for this personcreate the new ones The last part is easy: f...
Before we create a new customer we want to be sure to delete all possibly existing direct relationships. How can we do that? unwind $customers as customer CALL apoc.cypher.runMany( 'match (c:Customer {id: $myCustomer.id})-[]->(n) detach delete n; ...
Location: Münster All details can be found here: https://www.lucke-edv.de/projekte/projekte-details/neo4j-spezialist-m-w-d.html?pos=3056