ZVIT

导航

2017年3月27日 #

MongoDB学习记录(四) - MongoDB的"增查改删"操作之"改"

摘要: 更新文档主要有以下几种方法: db.collection.updateOne(filter, update, options) db.collection.updateMany(filter, update, options) db.collection.replaceOne(filter, upd 阅读全文

posted @ 2017-03-27 16:48 ZVIT 阅读(198) 评论(0) 推荐(0) 编辑