Viewing post 1 (of 1 total)
hi, i had same problem but using SUM.
i fixed changing places, first i had:
isnull(sum(column))
and warning appeared
but changed for
sum(isnull(column))
and warning's gone away.
...
May 14, 2008 at 3:51 pm
#815569