sybase12.5 是否支持 full join
<p>我建了两个表table1(字段 a char not null)和table2(字段 b char not null)</p><p>table1的字段a内容是    '1','2','3'</p><p>table2的字段b内容是    '2','3','4'</p><p>我要显示的内容是  字段a       1          2         3         null</p><p>                              字段b       null      2         3         4</p><p>在sql server 中是    select A.*,B.* from table1 A full join table2 B on A.a=B.b</p><p>而在SYBASE12.5中,怎么报出异常呢?还有怎么写,麻烦各位高手帮忙</p> 哎,怎么没人回答呢,不用了,俺弄出来了。
		页: 
[1]