alter   table   a   add   xxx   int   

update   a   set   xxx=id   

alter   table   a   drop   column   id   

exec   sp_rename   'a.xxx',   'id',   'column'  

相关文章:

  • 2022-12-23
  • 2021-05-17
  • 2022-12-23
  • 2021-12-22
  • 2022-03-01
  • 2022-12-23
猜你喜欢
  • 2021-12-16
  • 2021-12-27
  • 2022-12-23
  • 2022-03-06
  • 2021-11-30
  • 2022-12-23
  • 2021-09-03
相关资源
相似解决方案