阅读背景:

多表连接的SQL写法(SqlServer、Oracle)

来源:互联网 
Oracle8
select a.*,b.* from a,b where a.id(+)=b.id  --相当于右联接 select a.*,b.* from a,b where a.id(+)



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: