Mongo 分組後排序取時間最大的一整條數據對象

db.getCollection('product_protocol_new').aggregate([
{$sort:{"end_date":-1}},
{$group:{
_id:"$company_protocol", end_date:{"$first":"$$ROOT"},
}}
])get

相關文章
相關標籤/搜索