SUM(A+ SUM(B) - SUM(C)) doesn't really make sense. Better to just write SUM(A+B-C) or SUM(A)+SUM(B)-SUM(C) -- the two are different because of the treatment of NULL values.
|
Results 1 to 2 of 2
Thread: Nested Aggregate function helpThreaded View
|
Click Here to Expand Forum to Full Width |