sqlserver:

update a set a.fenqu=b.fenqu
from j2_unitcode a
inner join j2_unitcode_bak b 
on a.code=b.code and len(b.code)=6 and len(isnull(b.fenqu,''))>0

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-07
  • 2022-12-23
  • 2021-06-19
  • 2021-10-26
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-02
  • 2022-12-23
  • 2021-06-24
  • 2021-09-22
  • 2021-09-17
  • 2021-12-29
相关资源
相似解决方案