摘要: 一、查询 find方法 db.collection_name.find(); 查询所有的结果: select * from users; db.users.find(); 指定返回那些列(键): select name, skills from users; db.users.find({}, {' 阅读全文
posted @ 2017-12-21 19:03 沫沫w 阅读(36189) 评论(0) 推荐(0) 编辑