neo4j 设置数组类型属性
发布于 5 年前 作者 sxg0205 1835 次浏览 来自 分享

match(n:company) where n.code = ‘1’ set n.phone = [‘1234’,‘4321’] return n

回到顶部