SyntaxFix
Write A Post
Hire A Developer
Questions
The following command can update multiple records of a collection
db.collection.update({}, {$set:{"field" : "value"}}, { multi: true, upsert: false} )