MongoDB
 sql >> Cơ Sở Dữ Liệu >  >> NoSQL >> MongoDB

MongoDB:cập nhật từ điển trong tài liệu

từ trang web mongoDb xem "Đặt trường trong tài liệu nhúng"

To specify a <field> in an embedded document or in an array, use dot notation.
For the document matching the criteria _id equal to 100, the following
operation updates the make field in the details document:


db.products.update(
{ _id: 100 },
{ $set: { "details.make": "zzz" } })

trong trường hợp của bạn

db.collection.update(
     {_id:ObjectId("1")},
     { $set: { "occurrences.12": "3", "occurrences.17": "2" }})


  1. Redis
  2.   
  3. MongoDB
  4.   
  5. Memcached
  6.   
  7. HBase
  8.   
  9. CouchDB
  1. Quan hệ được nhúng hoặc được tham chiếu

  2. Mongoose .save () không lưu vào cơ sở dữ liệu?

  3. quyền đối với thư mục dữ liệu mongodb

  4. Mongoose - Tìm kiếm văn bản trong ba trường dựa trên điểm số hoặc trọng số

  5. Tham chiếu Mongoengine xảy ra sau khi sử dụng select_osystem ()