mongo 去除指定字段值重複的數據

mongodb 中 distinct 的做用是:獲取集合中指定字段的不重複值,並以數組的形式返回mongodb 語法:數據庫 db.collection_name.distinct(field,query,options) field——指定要返回的字段(String)數組 query——條件查詢(document).net options——其餘選項(document)code   例如:blo
相關文章
相關標籤/搜索