qq_风行天下_7
2018-03-12 18:44
最后是不是条件应该是 b.over is not null 呀
right join 是以右表为基础 也就是B表为基础的, B表不可能有空值 . 你说的 b.over is not null 加不加一样.. 应该是a.username is not null 就查出了 a.b重合的部分
讲师写的是b.over is not null,其实是b.over is null。
MySQL开发技巧(一)
148779 学习 · 123 问题
相似问题