MYSQL數據庫將 表1的字段值更改成表2字段的值

update t_interface i1,t_interface i2 set i1.balance = i2.restore_money where i1.itype=1 and i1.iid = i2.iid
相關文章
相關標籤/搜索