oracle 中的 EXISTS

select TB.CREATOR from T_BUSINESS_001_MAIN tb where not EXISTS(
select * from T_BASE_007_ACCOUNT t where t.ACCOUNT_ID=TB.CREATOR
);select

相關文章
相關標籤/搜索