获取云数据库中某一类数据

小程序 文章 2021-01-28 16:01 409 0 全屏看文

AI助手支持GPT4.0

获取云数据库中某一类数据Get a certain type of data in the cloud database

获取云数据库中某一类数据

https://developers.weixin.qq.com/miniprogram/dev/wxcloud/basis/getting-started.html


各位前辈大家好,我想请问一下,获取云数据库中数据可以获取某一类数据吗?

例如数据库列表中有一条数据含有的字段为radio,而其他数据没有,我应该如何获取含有该字段的数据呢?

望各位前辈不吝赐教,感谢!

https://developers.weixin.qq.com/miniprogram/dev/wxcloud/basis/getting-started.html Hello, everyone, I would like to ask, can you get a certain type of data by getting the data in the cloud database? For example, in the database list, one data contains a field named radio, while other data does not. How can I get the data containing this field? Thank you for your advice!

回答:

氵。:谢谢前辈f
氵。:谢谢前辈
老张:

where({

data:{

radio:_.exists(true)

}

})

-EOF-

AI助手支持GPT4.0