mongodb shell命令

删除某个字段
db.user.update({"email_state":{"unset":{"email_state": ""}},{multi:true});

你可能感兴趣的:(mongodb shell命令)