I'm doing some calculation using (+ operations), but i saw that i have some null result, i checked the data base, and i found myself doing something like number+number+nul+number+null+number...=null
. and this a problem for me.
there is any suggestion for my problem? how to solve this king for problems ? thanks
NVL
function to substitue null with some other value, say 0. – Horrendous_Space_Kablooie Jun 7 at 16:17