第一季

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2013年5月31日

摘要: Queries in MongoDB: db.collection.find() db.collection.findOne() db.collection.find( <query>, <projection> ) db.collection.findOne( <query>, <projection> ) Operators: $or, $lt, $gt, $in, dot notation, $elemMatch Query Document: db.collection.find( {} ) db.collection.find() db 阅读全文
posted @ 2013-05-31 09:55 第一季 阅读(305) 评论(0) 推荐(0) 编辑