Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Horrible Query Performance, Simple Query -- Performance Tuning Help Needed
What does the tran_clinician() function do?
decode(d.dictating_clinician_name,
null, tran_clinician(d.dictating_clinician_ncid, e.event_id), d.dictating_clinician_name) Clinician
BTW, probably no impact, but couldn't you do the same with NVL() rather than DECODE()?
Regards,
Steve Received on Sat Apr 22 2006 - 07:54:52 CDT