MongoDB學習(四)聚合

將信息收集彙總,進行統計操作,這樣子的操作就稱爲聚合。 統計表裏面的數據量 db.students.count(); 消除重複數據可以使用distinct   ------   沒有現成的函數,只能用底層的函數runCommand db.runCommand({"distinct":"students","key":"name"}) 使用底層的runCommand方法實現group的方法 db.r
相關文章
相關標籤/搜索