select Column1,Column2from Table1 a full outer join Table2 b on a.Column1=b.Column2where a.Column1 is null or b.Column2 is null
Login to post response