gpt4 book ai didi

neo4j - 在 Neo4j 中使用 Cypher 设置空值

转载 作者:行者123 更新时间:2023-12-02 04:38:45 36 4
gpt4 key购买 nike

我试图在创建节点时为属性设置空值。

我试过这样的:

CREATE(p:Person {p_id: TOINT(line.`id`) })
SET p.initials = null

但这给了我 Neo.ClientError.Statement.SyntaxError

如何在 Neo4j 中使用 CQL 设置空值?

最佳答案

在 Neo4j 中,您不能以这种方式将 null 设置为属性。但要获得相同的结果,您可以删除给定节点的属性。您可以在 neo4j docs 中了解有关删除属性的更多信息

关于neo4j - 在 Neo4j 中使用 Cypher 设置空值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39327297/

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