select  a.* from table_a a left join table_b b on a.字段 = b.字段

where b.字段  is null;

相关文章: