【发布时间】:2017-04-17 20:04:55
【问题描述】:
我在 neo4j 的浏览器中运行了CALL apoc.date.parseDefault('1969-07-21 02:56:15', 's') YIELD value。但它不起作用。
错误是:There is no procedure with the name apoc.date.parseDefault registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed.
我可以毫无问题地运行 CALL apoc.load.json(url) YIELD value 或 CALL apoc.help("apoc") 工作。
(最初在评论here中提出的问题)
【问题讨论】:
标签: neo4j cypher neo4j-apoc