https://blog.csdn.net/weixin_39180123/article/details/78720222

将表b 中的字段值 赋值给表a 字段值

UPDATE powershu_aiops_biz_dev.aiops_cmdb_host a,
bjetc_aiops_biz_deploy.aiops_cmdb_host b
SET a.type=b.type ,a.zone = b.zone ,
a.biz_category = b.biz_category ,
a.tags = b.tags ,
a.os_type = b.os_type
WHERE a.alias_name = b.alias_name

 

相关文章:

  • 2022-12-23
  • 2021-09-29
  • 2021-05-18
  • 2022-12-23
  • 2021-12-01
  • 2022-12-23
  • 2022-12-23
  • 2021-10-16
猜你喜欢
  • 2022-12-23
  • 2021-11-22
  • 2022-12-23
  • 2022-12-23
  • 2021-10-10
  • 2022-12-23
相关资源
相似解决方案