Oracle-判断一个表的一列是否在另一张表的一列存在

select *
from A
where exists(select 1 from B where A.a = B.b)
posted @ 2020-08-14 18:00  马踏飞燕Beautiful  阅读(793)  评论(0编辑  收藏  举报