如何将参数传递给密码查询?

时间:2018-09-06 11:23:17

标签: neo4j cypher

如何将参数传递给密码查询?

match (n{})-[r]-(m) where ID(n)=? return n,r,m

这是我实现的代码,但是没有运气。

session.run('match (n)-[r]-(m) where ID(n)={nodeID} return n,r,m', {nodeID : 
nodes}).then(function (result)

0 个答案:

没有答案