select *
from
(
( select * from TableInSchema1
minus
select * from TableInSchema2)
union all
( select * from TableInSchema2
minus
select * from TableInSchema1)
)
powinien załatwić sprawę, jeśli chcesz rozwiązać ten problem za pomocą zapytania