> I like to change a null value of a query to 0
The coalesce(something, 0) returns 0 if something is null, else returnssomething.
Tibor Laszloltibor(at)mail(dot)tiszanet(dot)hu