select a.* from table_a a left join table_b b on a.字段 = b.字段
where b.字段 is null;
posted on 2022-01-21 11:22 癫狂编程 阅读(2246) 评论(0) 收藏 举报