1.select * from tb1 except select * from tb22.select * from t1 where checksum(*) not in (select checksum(*) from t2)3.select * from a left join b on a.id=b.id and b.id is null