比如
sql语句:
select a.aa, b.bb, c.cc from a left join b on a.b1=b.b1 left join c on a.c1=c.c1
但Sybase怎么写呢?!它支持左连接这种连接方式吗?