where 中的条件,应该用于对 主表的 限制, 否则影响 左联接的效果 比如: select a.*.b.* from a left outer join b on a.id = b.id where a.name='abc'