收藏
回答

云数据库数组的相关方法不能用?

const db = cloud.database()
const $ = db.command.aggregate
const _ = db.command   

 let res = await db.collection('plan')
      .aggregate()
      .project({
        first: $.arraElemAt(['$content', ]),
      })
      .end()

报错:TypeError: $.arraElemAt is not a function

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

1 个回答

  • 云开发小助手CloudBase
    云开发小助手CloudBase
    2020-01-18
    案例写错了,仔细看操作符是咋写的,对比就清楚了
    2020-01-18
    有用 1
    回复 3
    • 老年人要多运动
      老年人要多运动
      2020-01-18
      感谢回复, 不过建议你们还是尽快改好这个问题, 一般人不会注意到这个
      2020-01-18
      回复
    • 云开发小助手CloudBase
      云开发小助手CloudBase
      2020-01-18回复老年人要多运动
      已经反馈了
      2020-01-18
      回复
    • 2022-03-30
      两年多了还没改,发现问题的时候还没有疫情。。。你们敢信吗?
      2022-03-30
      回复
登录 后发表内容
问题标签