获取在table_1中村在,而在table_2中不存在的数据
select * from table_1 a where table_2 b on a.id=b.id where b.id is null;
版权声明:本文为qq_32157851原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。
获取在table_1中村在,而在table_2中不存在的数据
select * from table_1 a where table_2 b on a.id=b.id where b.id is null;