日期:2014-05-16 浏览次数:20559 次
select * from a where not exists(select 1 from b where a.id = b.id)
select * from a where not exists(select 1 from b where a.col1 = b.col1 and a.col2 = b.col2 and a.col3 = b.col3)