查询2表中某两个字段不同的数据 下方例子a 表 字段as 和 b表 字段bs 比较后取出不同数据 select * from a where a.as not in (select bs from b);