Hi Guys, i have a problem in converting NULL to 0 , i wrote a query which gave me a Null value, But i would like to know if there is any way i can change the NUll value to 0.
ex
SELECT Sum(xxxx) AS yyyy FROM zzzzz WHERE******=#####;
i got NULL.
I need to get 0 instead of Null.
Plz help
ex
SELECT Sum(xxxx) AS yyyy FROM zzzzz WHERE******=#####;
i got NULL.
I need to get 0 instead of Null.
Plz help