logo
  • 教程列表
  • SO官方文档
  • 暗号
    • 删除
    • 更新节点
    • 删除所有孤立节点
    • 创建
    • 创建边缘
    • 匹配(捕获组)并链接匹配的节点
  1. StackOverflow 文档
  2. neo4j 教程
  3. 暗号
  4. 更新节点

更新节点

Created: November-22, 2018

MATCH (n) 
WHERE n.some_attribute = "some identifier" 
SET n.other_attribute = "a new value"
  • 删除所有孤立节点
  • 删除

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 关于我们
  • 免责声明