select *

from table1

left outer join Table2 on table2~field1 = 'A'

select *

from table1

left outer join Table2 

where table~feild1 = 'A'

第一个限制的是针对 table2的内容过滤

第二个限制的是这个select的结果的过滤