会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
北往星辰
博客园
首页
新随笔
联系
管理
订阅
2019年10月30日
mongo中常用的命令
摘要: 命令使用mongo shell 执行 1.mongo中增加新字段 mongo shell 进入后执行use table选中要添加字段的库 db.getCollection('表名').update({}, {$set: {filed1:"",filed2:0}}) 2.删除字段 db.getColl
阅读全文
posted @ 2019-10-30 13:28 北往星辰
阅读(195)
评论(0)
推荐(0)
编辑
公告