select a.*
from 表1 a left join 表2 b on a.col1=b.col1 and a.col2=b.col2
where a.col1 is null