select a,b,c ,d 
from Table a
where a.a not in
(select b.a from Table1)这是其中一个字段数据不在另一个表中的语句
那么如果两个字段的数据不在另一个表中的语句呢?