mongoDB查詢某個字段按時間排序和單個字段查詢的集合

1.mongoDB查詢包含某個字段並按時間排序的集合spa db.getCollection('表名').find({字段名{$exists:true}}).sort({時間:-1}) 排序 其中1爲升序,-1爲降序。get 2.mongoDB查詢只包含某個字段的集合io db.getCollection('表名').find({"字段名" : "字段值"},{"字段名":1,"字段名":0})
相關文章
相關標籤/搜索