Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 Neo4j 浏览器时将参数传递给 Cypher 查询的语法是什么?
具体来说,您将如何传递字典列表以从 neo4j 浏览器的文档中执行示例 3.3.6.4?
正如@TomGeudens 所指出的,您可以在neo4j 浏览器中使用:help param和:help params查看相关的浏览器命令。
:help param
:help params
在您的具体示例中,您可以使用此浏览器命令创建$events参数:
$events
:param events: [{year: 2014, id: 1}, {year: 2014, id: 2}]