没有直接修改的函数,也不需要,下面代码就可以:

MATCH (n:User {name:“foo”})-[r:REL]->(m:User {name:“bar”}) CREATE (n)-[r2:NEWREL]->(m) // 下面复制属性 SET r2 = r WITH r DELETE r

原文地址:http://neo4j.com.cn/topic/585355a2e9ed9578733a2b6b

相关文章:

  • 2022-02-16
  • 2023-02-17
  • 2021-07-24
  • 2021-11-09
  • 2021-12-18
  • 2021-10-31
  • 2022-12-23
  • 2021-07-23
猜你喜欢
  • 2021-10-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-19
  • 2022-12-23
  • 2021-07-31
相关资源
相似解决方案