云开发db.collection里where问题,如何实现sql查询语句in的条件语法?
数据表如下:
table1:openid,field1,field2…
table2:openid1,openid2
请教各伴大神,如何在云开发实现SQL查询功能,如下:
即查找某字段在某数组内的所有记录
sql语法:
select * from table1 where openid in
(select distinct openid2 from table2 where openid1=‘123456789456’)
非常感谢