然后我们再来看如何删除节点
可以看到首先
我们这里
比如我要删除张三
可以看到
match (n:student) where n.name = "张三" delete n
这样就是删除了student集合中,name是张三的节点
然后我们再来看
如何来删除关系文章来源:https://www.toymoban.com/news/detail-658081.html
match (n:student)-[r]->(m:student) where n.name="小文章来源地址https://www.toymoban.com/news/detail-658081.html
到了这里,关于图数据库_Neo4j学习cypher语言_使用CQL命令002_删除节点_删除属性_结果排序Order By---Neo4j图数据库工作笔记0006的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!