Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Help with Cursor Update/delete/insert
By the way :
> where
> UPPER(mc.lastname)(+) = UPPER(gc.last_name) and
> UPPER(mc.firstname)(+) = UPPER(gc.first_name) and
> UPPER(mc.number_)(+) = UPPER(gc.extsn) ;
>
will disregard any indexes because of UPPER function,
so think about storing upper values in your DB or
If mc.number_ and gc.extsn are numbers - why do you need UPPER for them.
Michael.
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
Received on Mon Sep 20 1999 - 05:20:51 CDT
![]() |
![]() |