【发布时间】:2018-02-03 22:16:31
【问题描述】:
即评论;所以节点直接指向关系而不是其他节点。我在密码中试过这个:
CREATE (comment1:comment { Name : "Comment1" ,commentorder:1})-[ax:commentto { Name : "Comment to" }]->(VerseofParshah}
其中 VerseofParshah 是一种关系;不会接受 l;
无效输入“}”:需要标识符字符、节点标签、属性映射或“)”(第 1 行,第 112 列(偏移量:111)) "CREATE (comment1:comment { Name : "Comment1" ,commentorder:1})-[ax:commentto { Name : "Comment to" }]->(Genesis}"
【问题讨论】: