Code review... gurus required! -
07-17-2003
, 04:24 AM
Hi All,
I've been asked to do a code review, and came across this line...
select nvl(count(*),0) into variable
....and I'm not sure if it is necessary! Do you need the nvl() function
in this pl/sql statement, and will its removal speed things up?
I reckon no and yes, but would appreciate the experts view!
Cheers,
Steve |