Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Use of upper keyword in outer join...
Try,
where upper (a.emp_id ) = upper (b.emp_id (+))
In article <7itdad$gr0$1_at_nickel.uunet.be>,
"Bart Van Havere" <barhav_at_softcell.be> wrote:
> Hi all,
>
> I have a 'small' problem with the SQL syntax. When I use the keyword
upper
> in a whereclause when that field is used in a outer join, the I get
the
> error that the SQL statement is not properly ended (he doesn't want to
go
> further than the '(' of the outer join keyword). Have I done something
rong
> here or is this feature not supported :(
>
> Bart
> barhav_at_softcell.be
>
>
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
Received on Mon May 31 1999 - 10:26:58 CDT
![]() |
![]() |