获取在table_1中村在,而在table_2中不存在的数据
select * from table_1 a where table_2 b on a.id=b.id where b.id is null;