MySQL 关联表批量修改(数据同步)

update table1 t1 ,table2 t2 set t1.field1 = t2.field2 where t1.id = t2.id

上一篇:《PHP内核剖析 - FPM》


下一篇:UVA 10815