Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> left outer join
Hi guys,
In Oracle 8.* can I have the following condition while doing a left
outer join
where rtrim(t1.c1)=rtrim(t2.c2)(+) becuase I got the message "ERROR
at line 30:
ORA-00907: missing right parenthesis" and if I code where
rtrim(t1.c1)=t2.c2(+) then it works.
Thanks Received on Fri Feb 07 2003 - 13:54:36 CST
![]() |
![]() |