收藏
回答

请问如何使用AggregateCommand.max 函数?

db

.collection('moment')

.aggregate()

.group({

_id: '$_id',

maxScore: $.max('$reviewCount')

})

.end()

返回结果

{"event":{}}

但我里面有数据

回答关注问题邀请回答
收藏
登录 后发表内容
问题标签