收藏
回答

$.arrayElemAt 示例代码错误

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

const $ = db.command.aggregate
db.collection('exams').aggregate()
  .project({
    first: $.arraElemAt(['$scores', 0]),
    last: $.arraElemAt(['$scores', -1]),
  })
  .end()


示例代码错误。应为:$.arrayElemAt(['$scores', 0])

回答关注问题邀请回答
收藏

1 个回答

  • 子不语
    子不语
    2020-03-17

    已反馈核实

    --↓↓👍如果觉得有帮助的话请点个【赞】吧(唏嘘也有小尾巴了,可惜是假的)

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