gpt4 book ai didi

neo4j - 如何在neo4j中使用cypher获取节点属性列表

转载 作者:行者123 更新时间:2023-12-04 03:04:10 30 4
gpt4 key购买 nike

我正在尝试列出一组节点的所有属性。

Match (n:"Indicator")
return properties(n), ID(n)

我不确定语法,也无法在 refcard 或文档中找到答案。

最佳答案

在 Neo4j 3.0.0 版中,您可以执行以下操作:

Match (n:Indicator) return properties(n), ID(n) 

返回节点的 ID 和属性。

关于neo4j - 如何在neo4j中使用cypher获取节点属性列表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23066853/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com