gpt4 book ai didi

arrays - MongoDB 更新(将项目列表插入数组)

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

我想将多个项目添加到 Mongo 中的多行数组中。我怎样才能做到这一点?

我想从这个开始:

{'x': 'h', arr: [1,2,3] }
{'x': 'h', arr: [1,3] }

并添加数组 [6,8],其中 x 等于 'h':

{'x': 'h', arr: [1,2,3,6,8] }
{'x': 'h', arr: [1,6,8] }

最佳答案

我认为您正在寻找的是 $pushAll 运算符。看看这里:

http://docs.mongodb.org/manual/reference/operator/pushAll/#pushall

关于arrays - MongoDB 更新(将项目列表插入数组),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10383682/

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