2019年1月6日

摘要: (二)WHERE //where不单独使用,与match,optional match,start,with搭配 where 与match,optional match 一起用,表示约束 where 与start,with一起用,表示过滤create(andres:Swedish{name:"And 阅读全文
posted @ 2019-01-06 11:35 happygril3 阅读(114) 评论(0) 推荐(0)
摘要: (二)WHERE //where不单独使用,与match,optional match,start,with搭配 where 与match,optional match 一起用,表示约束 where 与start,with一起用,表示过滤create(andres:Swedish{name:"And 阅读全文
posted @ 2019-01-06 10:33 happygril3 阅读(385) 评论(0) 推荐(0)
摘要: //与match区别:如果没有匹配到,返回NULLCREATE (olive:Person {name:'Olive Stone'}),(charlie:Person {name:'Charlie Sheen'}),(michael:Person {name:'Michael Douglas'}), 阅读全文
posted @ 2019-01-06 10:32 happygril3 阅读(101) 评论(0) 推荐(0)
摘要: //清空数据match (n) detach delete n (一)查询节点1.查询所有节点 //查询数据库中的所有节点 match(n)return n 2.查询带有某个标签的所有节点 //查询数据库中的所有电影 match(movie:Movie)return movie.title 3.查询 阅读全文
posted @ 2019-01-06 09:36 happygril3 阅读(652) 评论(0) 推荐(0)

导航