Mongodb Update Single Field In Document Link to heading
Update single field of document Link to heading
db.mycollection.updateOne({}, {$set: {myField: 'newValue'}})
Links Link to heading
- [[mongodb-snippets|MongoDB Snippets]]
Celso Benedetti
db.mycollection.updateOne({}, {$set: {myField: 'newValue'}})