请教 sql 问题

澳-贼 (2010-05-26 22:26:45) 评论 (2)

请问 sql server 有没有类似pl/sql 的
select *
from T1, T2
where T1.C1 = T2.C1(+)
and T1.C2 = T2.C2(+);

?谢谢,谢谢