update  a  set a.field ='FAILURE'
from tbl1 a inner join tbl2 b on a.pkid = b.fkid
where b.field2 >= '2021-10-10'

 

相关文章:

  • 2021-12-22
  • 2022-02-07
  • 2021-12-25
  • 2022-12-23
  • 2021-10-04
  • 2022-12-23
  • 2022-01-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-13
  • 2021-10-29
  • 2022-12-23
  • 2021-12-02
  • 2021-09-08
  • 2022-02-02
相关资源
相似解决方案