select * from qssq where qq=any( select account from devices where info like “a0000000000%”)
从一个表中查询 另外一个表中ccount和 这个表的qq相等 如果不加上any就只能查询1条了。
select * from qssq where qq=any( select account from devices where info like “a0000000000%”)
从一个表中查询 另外一个表中ccount和 这个表的qq相等 如果不加上any就只能查询1条了。