Get X value of max updatedAt with group in aggregate

后端 未结 0 569
半阙折子戏
半阙折子戏 2020-12-10 01:09
userproject.aggregate([
    {
        $match: { 
            "active":true
        }
    }, {
        $group: {
            _id: "$user_id",
             


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题