首页
学习
活动
专区
工具
TVP
发布
社区首页 >问答首页 >db.command.exists(true) 说不存在该属性?

db.command.exists(true) 说不存在该属性?

提问于 2019-10-30 18:24:54
回答 0关注 0查看 206

在云开发控制台中运行,返回 RuntimeError: cannot get property 'exists' (at line 3, col 22)

说明:tab数据集的记录中都含有 data 对象。

db.collection('tab')

.where({

data: db.command.exists(true)

})

.field({

data:true,

_openid:true,

_id:true

})

.get()

回答

和开发者交流更多问题细节吧,去 写回答
相关文章

相似问题

相关问答用户
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档