left join 常见问题

在使用 left join 时,如果对左表过滤必须放在 where 条件中;如果对右表过滤放在 on 条件中。避免结果数据多余或缺失。

posted on 2023-07-10 18:15  唯一的Dove  阅读(19)  评论(0)    收藏  举报

导航