Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Code review... gurus required!
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 Received on Thu Jul 17 2003 - 04:24:13 CDT
![]() |
![]() |