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

相关文章: