select * from table1 A where not exists (select * from table2 where col1 = A.col1 and col2 = A.col2)