【问题标题】:Insert a new Edge to graph in ArangoDB在 ArangoDB 中插入新边到图形
【发布时间】:2017-07-20 18:20:20
【问题描述】:

我正在使用 Arangodb 3.1.25。我需要对在集合边缘中插入边缘进行一些测试。我试过了

Insert {_from : "s1" , _to :"s2", property:12}

但它不起作用。

错误:

查询:边缘属性缺失或无效(执行时)

我该如何解决这个问题?

【问题讨论】:

    标签: graph insert arangodb


    【解决方案1】:

    您已在末尾添加边缘集合的名称。

    Insert {_from : "s1" , _to :"s2", property:12} in collectionName
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-12-27
      • 1970-01-01
      • 1970-01-01
      • 2023-03-07
      相关资源
      最近更新 更多