摘要: 一、查询 find方法 db.collection_name.find(); 查询所有的结果: select * from users; db.users.find(); 指定返回那些列(键): select name, skills from users; db.users.find({}, {' 阅读全文
posted @ 2015-06-04 20:11 Djzny 阅读(399) 评论(0) 推荐(0) 编辑