摘要:
一、查询 find方法 db.collection_name.find(); 查询所有的结果: select * from users; db.users.find(); 指定返回那些列(键): select name, skills from users; db.users.find({}, {' 阅读全文
posted @ 2018-08-10 10:58 shenyixin 阅读(26578) 评论(1) 推荐(4)
|
||
|
摘要:
一、查询 find方法 db.collection_name.find(); 查询所有的结果: select * from users; db.users.find(); 指定返回那些列(键): select name, skills from users; db.users.find({}, {' 阅读全文
posted @ 2018-08-10 10:58 shenyixin 阅读(26578) 评论(1) 推荐(4) |
||