清空表
db.user.remove({})
删除集合中的某一字段
db.user.update({},{$unset:{name:1}},false,true)
本文标题:mongo操作收集
本文链接:https://www.haomeiwen.com/subject/grdlgctx.html
网友评论