update 自查询
由于mysql update 不支持在 where 后面加上表的结果 查询 故update自查询方式update A.talbe ,(select distinct bb.id from uid_device_id aa joinA.talbe bb on aa.uid=bb.uid where status=1 and aa.device_id=%s and repayment_mo...
·
由于mysql update 不支持在 where 后面加上表的结果 查询 故update自查询方式
update A.talbe ,(select distinct bb.id from uid_device_id aa join
A.talbe bb on aa.uid=bb.uid where status=1 and aa.device_id=%s and repayment_month<'2019-04') B
set a.money=100
where A.id=B.id
更多推荐
已为社区贡献1条内容
所有评论(0)