UPDATE new_schedules_spider_static_schedule s 
 join new_scac_port p on p.`PORT` = s.`PORT` and p.SCAC = 'aaa'
set s.PORT_CODE = p.BASIC_CODE 
WHERE s.SCAC = 'aaa'

 

相关文章:

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