赞
踩
1.not in:
select * from table where (field1,field2,field3) not in (select field1,field2,field3 from table)
注意 其中字段有