问答详情
源自:2-3 join从句—右外连接

最后是不是条件应该是 b.over is not null 呀

最后是不是条件应该是 b.over is not null 呀

提问者:qq_风行天下_7 2018-03-12 18:44

个回答

  • 野生码农在线co腚
    2018-06-16 15:10:21

    right join 是以右表为基础 也就是B表为基础的, B表不可能有空值 .  你说的 b.over is not null 加不加一样..  应该是a.username is not null 就查出了 a.b重合的部分

  • 华振宇
    2018-03-14 14:26:58

    讲师写的是b.over is not null,其实是b.over is null。