小程序
小游戏
企业微信
微信支付
扫描小程序码分享
数据如 {
aaa : '7,3,2'
},
查询aaa包含"2"这个字符,并返回结果,
db.collection.where没有对于字符串"包含"的功能, 有一个数组查询的.
请教怎么实现所述功能?
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
https://developers.weixin.qq.com/miniprogram/dev/wxcloud/reference-sdk-api/database/Database.RegExp.html
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
数据库一般都会提供字符串函数:position(substring in string)
substring
string
以 PostgreSQL 为例,position('om' in 'Thomas') → 3
position('om' in 'Thomas')
3
详细说明可参考: https://www.rockdata.net/zh-cn/docs/14/functions-string.html#id-1.5.8.10.5.2.2.11.1.1.1
https://developers.weixin.qq.com/miniprogram/dev/wxcloud/reference-sdk-api/database/command/aggregate/AggregateCommand.indexOfCP.html
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
https://developers.weixin.qq.com/miniprogram/dev/wxcloud/reference-sdk-api/database/Database.RegExp.html
数据库一般都会提供字符串函数:position(
substring
instring
)以 PostgreSQL 为例,
position('om' in 'Thomas')
→3
详细说明可参考: https://www.rockdata.net/zh-cn/docs/14/functions-string.html#id-1.5.8.10.5.2.2.11.1.1.1
https://developers.weixin.qq.com/miniprogram/dev/wxcloud/reference-sdk-api/database/command/aggregate/AggregateCommand.indexOfCP.html