Subject | Re: SUM and null values |
---|---|
Author | kokok_kokok |
Post date | 2011-11-25T11:21:51Z |
Regrettably the example was a simplified case to expose the problem.
The real query is a sub consult with external links and I cannot use stored procs.
I was looking for a SQL expression, or maybe I need to create a UDF to do some thing like:
SELECT SUM_EX(Age) FROM Persons
In any case, thank you for your prompt reply.
The real query is a sub consult with external links and I cannot use stored procs.
I was looking for a SQL expression, or maybe I need to create a UDF to do some thing like:
SELECT SUM_EX(Age) FROM Persons
In any case, thank you for your prompt reply.