Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> UPPER in a WHERE gives me a 00936 errror

UPPER in a WHERE gives me a 00936 errror

From: <mmonn_at_comcast.net>
Date: 1 Feb 2006 11:17:15 -0800
Message-ID: <1138821435.600191.18090@g14g2000cwa.googlegroups.com>


This one works...

 FROM From.Timelog, From.Cmo_Worker WHERE ( Timelog.Case_Manager (+)= Cmo_Worker.Portalid )

but I needed the opposite joins..so I did...

 FROM From.Timelog, From.Cmo_Worker WHERE ( UPPER(Timelog.Case_Manager) (+)= Cmo_Worker.Portalid )

This one errored out with a missing expression Received on Wed Feb 01 2006 - 13:17:15 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US