MongoDB Temukan dan Perbarui Item Array dengan ID

db.myCollection.update({"_id" : 1, "lb.id" : 2},{$set : {"lb.$.sc" : 17}})
florinrelea