Appending array from col1 to col2 and save it in col2 in mongodb

后端 未结 0 1465
旧巷少年郎
旧巷少年郎 2021-01-14 17:44

I have two collections - col1 and col2 with index \'_id\' and array \'my_array\'.

db.getSiblingDB("mydb").col1.insertMany([
   { "_id" : 1         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题