Web
Analytics
Learn MongoDB | Angular | ASP.NET Tutorials

For Consultation : +91 9887575540

Stay Connected :

update , remove and drop queries in mongodb

update , remove and drop queries in mongodb

update , remove and drop queries in mongodb Following command will update only single document(Default behaviour) db.info.update({},{$set : { age : 40 }}) Following command will update only Multiple document db.info.update({},{$set : { age : 40 }} , {multi : true})...