【发布时间】:2023-01-30 21:04:04
【问题描述】:
我正在使用 Memgraph Platform 2.6.4,我想在查询中调用子查询。例如:
UNWIND [0, 1, 2] AS n
CALL {
RETURN 'hi' AS returnValue
}
RETURN returnValue
我在 Memgraph 文档中找不到类似的内容,但在 Cypher best practices blog post 中看到了它。有没有办法在 Memgraph 中运行子查询?
【问题讨论】:
标签: memgraphdb