Hi
I am sure the answer to this is already in here somewhere but it wont let me search the forum.
I have inherited a lot of sql code where columns are added together. However recently the tables have changed to allow nulls. Thus all the addition is returning nulls.
I know there is something that I can put in the code that will make all the nulls act like 0 during addition.
It will take a very long time to go through all the code and add isnull(,0) to almost every other line.
Thanks for any help.
I am sure the answer to this is already in here somewhere but it wont let me search the forum.
I have inherited a lot of sql code where columns are added together. However recently the tables have changed to allow nulls. Thus all the addition is returning nulls.
I know there is something that I can put in the code that will make all the nulls act like 0 during addition.
It will take a very long time to go through all the code and add isnull(,0) to almost every other line.
Thanks for any help.