现在要做一个功能,要求查询小程序云数据库里同一个集合里的重复信息
在mysql里面可以这样写
select * from 表名 where (字段1,字段2) in (select 字段1,字段2 from 表名 group by 字段1,字段2 having count(*) >= 1)
但是小程序的云开发该怎么写呢
请各位大神赐教
不胜感激
项目git地址为https://github.com/tencentyun/wafer2-aai-nodejs
在配置完qcloudAppId,qcloudSecretId,qcloudSecretKey,
运行后控制台提示errMsg: "uploadFile:fail Unable to resolve host "465712482.ijason.club": No address associated with hostname"
// 此处主机域名修改成腾讯云解决方案分配的域名
var host = 'https://465712482.ij