proc 全连接 full join 报错问题

wuesscuta 2012-02-24 04:39:53
以下全联结语句在pl/sql 下可以执行,到了proc就不能执行了
select a.boss_seq, b.boss_seq
from posp_trans_info a FULL JOIN posp_trans_info b on a.boss_seq = b.boss_seq ;

报错:
PCC-S-02201, Encountered the symbol "FULL" when expecting one of the following:

; , for, union, connect, group, having, intersect, minus,
order, start, where, with,



我换了左连接 left outer join 一样的,除非换成另外一种写法 a.boss_seq(+) = b.boss_seq

问高人,全连接的这个proc错误如何处理?
...全文
123 1 打赏 收藏 转发到动态 举报
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
  • 打赏
  • 举报
回复
那是不是你的proc写的有问题??检查一下

17,086

社区成员

发帖
与我相关
我的任务
社区描述
Oracle开发相关技术讨论
社区管理员
  • 开发
  • Lucifer三思而后行
  • 卖水果的net
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧