日期:2014-05-18 浏览次数:20695 次
select * from factory2 A where not exists(select * from factory1 B where A.id =B.id and A.name2=B.name1)