摘要: update table t1, table t2 set t1.field1 = t2.field2, t1.field2 = t2.field1 where t1.id = t2.id; 阅读全文
posted @ 2022-08-15 08:53 coolw 阅读(204) 评论(0) 推荐(0) 编辑