neo4j 的学习

建议安装neo4j社区版本的。

1:每条语句执行完都要加  ';'

2: 

CREATE (<node-name>:<label-name>)

两个点之间的联系

create(p2:Profile2)-[r1:LINKS]->(p3:Profile1)

3:

参考资料:

1:图形数据库Neo4J的基本操作

2:  https://blog.csdn.net/sinat_25295611/article/details/80918553

猜你喜欢

转载自blog.csdn.net/weixin_42528089/article/details/92630413