收藏
回答

AggregateCommand.arrayElemAt中的示例代码有误

https://developers.weixin.qq.com/miniprogram/dev/wxcloud/reference-sdk-api/database/command/aggregate/AggregateCommand.arrayElemAt.html

$.arraElemAt应该为:$.arrayElemAt,缺少了字母y

求各个第一次考试的分数和和最后一次的分数:

const $ = db.command.aggregate
db.collection('exams').aggregate()
  .project({
    first: $.arraElemAt(['$scores', 0]),
    last: $.arraElemAt(['$scores', -1]),
  })
  .end()
回答关注问题邀请回答
收藏

1 个回答

  • 灵芝
    灵芝
    2020-03-16

    你好,再看下呢

    2020-03-16
    有用 1
    回复
登录 后发表内容
问题标签