四十. MongoDB的常用操作与导出
2018-03-03 本文已影响0人
橄榄的世界
参考以下链接:http://blog.csdn.net/zwq912318834/article/details/77689568
查找:db.getCollection('qc51_chain').find({})
修改字段名:db.getCollection('qc51_chain').update({}, {$rename : {"abc" : "def"}}, false, true)
更新待续。