delete a
from #ta a 
where exists (select 1 from #tb b where a.id=b.id)

相关文章:

  • 2022-12-23
  • 2021-07-15
  • 2021-09-24
  • 2022-12-23
  • 2022-12-23
  • 2021-12-22
  • 2021-11-04
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-06
  • 2022-12-23
  • 2022-12-23
  • 2021-08-25
  • 2022-12-23
相关资源
相似解决方案