update tb_sdd_info a,tb_bnm_evian_info b set a.username=b.username where a.username=b.memberno and year(a.createtime) = 2012 and month(a.createtime)=11;
mysql关联更新
2021-11-02 02:10:46
2021-11-02 02:10:46
update tb_sdd_info a,tb_bnm_evian_info b set a.username=b.username where a.username=b.memberno and year(a.createtime) = 2012 and month(a.createtime)=11;