sonaljain123
Registered User.
- Local time
- Today, 03:00
- Joined
- Jul 6, 2011
- Messages
- 68
Hi All,
I have this huge table that I run queries off to get desired results. Now in that table of course there are some values and some nulls. So if I am trying to run a query which sums three of the rows with one null value, the result is a zero.
Now I am looking for a query that can help me update this table to keep all the records as it is and only changing the null values to zero so that adding the other values to zero can give me the desired result.
Please help soon!
Thanks in advance.
I have this huge table that I run queries off to get desired results. Now in that table of course there are some values and some nulls. So if I am trying to run a query which sums three of the rows with one null value, the result is a zero.
Now I am looking for a query that can help me update this table to keep all the records as it is and only changing the null values to zero so that adding the other values to zero can give me the desired result.
Please help soon!
Thanks in advance.