--假设为A B两个字段
--查询
Select A As B, B As A From TableName

--更新
Update TableName Set A = B, B = A

相关文章:

  • 2022-12-23
  • 2021-08-26
  • 2022-12-23
  • 2022-12-23
  • 2021-04-26
  • 2022-12-23
  • 2022-12-23
  • 2022-03-09
猜你喜欢
  • 2021-08-30
  • 2021-09-21
  • 2021-12-30
  • 2021-08-24
  • 2022-12-23
  • 2021-09-04
  • 2021-08-03
相关资源
相似解决方案