最后是不是条件应该是 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。