英文: What is a correct way to update a property using Cypher? 问题 以下是翻译好的部分: Query 1: MATCH (p:Person)...
如何查询在Memgraph中没有关系的节点?
英文: How to query nodes that have no relationships in Memgraph? 问题 以下是翻译好的部分: 我正在尝试找到一种简单的方法来查询数据库,以查...
如何对可变长度的边上的每个属性求和
英文: How to sum every property from a variable length edge 问题 我有一个图,其中顶点表示城市,还有连接每个城市的边。这些边包含一个名为trav...
变量扩展情况下的默认扩展策略是什么?
英文: What's the default expansion policy in the variable expand case? 问题 默认情况下,在使用 Memgraph 时,变量展...
返回边的查询
英文: Query for returning edge 问题 MATCH (a:Person)-[l:workWith]-(b:Person) RETURN l 英文: MATCH (a:Perso...
使用Cypher在Memgraph中一次性删除所有索引的方法是什么?
英文: How can I drop all indexes at once using Cypher in Memgraph? 问题 有没有办法执行类似DROP INDEX ON *这样的操作,以删...
执行CREATE查询时,我收到与双向关系有关的错误。
英文: When executing the CREATE query I get the error about Bidirectional relationship 问题 执行查询CREATE (...
What if PostgreSql introduce a new function with name "cypher" then how to distingush between cypher and sql query with cypher function
英文: What if PostgreSql introduce a new function with name "cypher" then how to distingush ...
将一个数组插入Amazon Neptune中的节点属性,使用openCypher。
英文: Insert an array into a node property in Amazon Neptune using openCypher 问题 我正在尝试使用openCypher将数组插...
What does separate curly bracket means in Cypher?
英文: What does separate curly bracket means in Cypher? 问题 我已阅读文档,并发现花括号通常用于形成子查询,或者用于描述节点或关系的属性。 但我注意...
2