摘要: 一、查询 find方法 db.collection_name.find(); 查询所有的结果: select * from users; db.users.find(); 指定返回那些列(键): select name, skills from users; db.users.find({}, {' 阅读全文
posted @ 2020-06-06 14:10 为什么昵称都叫没了 阅读(1015) 评论(0) 推荐(0) 编辑