gpt4 book ai didi

orientdb - 我们可以在 orientdb 中更新一条边吗?

转载 作者:行者123 更新时间:2023-12-01 11:25:01 28 4
gpt4 key购买 nike

是否有可能得到一个例子来在 orientdb 中插入一条边。如果它不存在,有没有办法检查边是否存在,如果存在则只更新边,否则创建新边。我使用的是 Orientdb 2.1.13 版本。谢谢

最佳答案

通过 SQL 你可以使用基本的 UPDATE 命令

update written_by SET out = #9:2, in = #16:43, prop="gianni" UPSERT WHERE out = #9:2 and in = #16:43

http://orientdb.com/docs/last/SQL-Update.html

关于orientdb - 我们可以在 orientdb 中更新一条边吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38060343/

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