select * from tblA A where not exist
(select * from  tblB B where A.FIELDNAME=B.FIELDNAME)