select a.字段 from 表a
where a.字段 not in (select 字段 from 表b)
照这个写就行了,后面加个防止null值的。
select disitnct 业务关键字 from XM.舆情分析表
where 业务关键字 not in (select 业务关键字 from XM.关键字信息表 where 业务关键字 is not null)