select *
from A
where exists(select 1 from B where A.a = B.b)
相关文章:
select *
from A
where exists(select 1 from B where A.a = B.b)
相关文章: