Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Query Sum

    Here is my take on it, I see 2 ways of doing it, both equally efficient just depends on what you want to do

    declare @f2 as float;

    select @f2 = cast(SUM(field2)...

Viewing post 1 (of 1 total)