gpt4 book ai didi

mongodb 的 $inc,增加一个不存在的字段(upsert case)

转载 作者:行者123 更新时间:2023-12-03 18:41:02 25 4
gpt4 key购买 nike

当你增加一个不存在的字段(upsert case)时会发生什么?...

db.collection.findAndModify({query:{id:"id_in_param"},
update:{$inc:{score:1}},
upsert:true
})

最佳答案

document说过:

If the field does not exist, $inc creates the field and sets the field to the specified value.



在您的情况下,新字段 score: 1被添加

关于mongodb 的 $inc,增加一个不存在的字段(upsert case),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51609947/

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