How can i display the all relationships between two nodes in neo4j?

前端 未结 0 1564
旧时难觅i
旧时难觅i 2021-01-02 12:42

Created Year and Month nodes and connected them to Employee node. Here is the Cypher:

MERGE (y:Year {year:toInteger(line.YearofJoining)})
MERGE (m:Month {mont         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题