Online Home
select a.id, a.revision, a.casetype
from A a where not exists ( select 1 from B where revision = a.revision and casetype = a.casetype );
No comments:
Post a Comment