update table a, table b 
set a.filed1= b.field2, a.field2= b.field1
where a.id = b.id

相关文章:

  • 2022-12-23
  • 2022-02-27
  • 2021-08-24
  • 2021-11-22
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-22
  • 2022-12-23
  • 2021-08-08
  • 2022-12-23
  • 2021-11-19
  • 2021-11-29
相关资源
相似解决方案