Replacing NULL values to zero to perform arithmetic operation on Column
deekayMar 4 2011 — edited Mar 4 2011Hi ,
Please enlighten me the way to achieve this.
I want to make addition operation on Salary column in EMP table.
Some values are null in salary column.I want to replace null value with zero and make the addition.
Like: I want to add 15 where for emp 1 and his sal is null.
it should be 0+15=15
Thanks,
Deekay.