Forum Replies Created

Viewing post 31 (of 31 total)

  • RE: Weighted product? I want sum( a*b/sum(b))

    select sum(a*b) / (select sum(b) from...where....) from... where

    I like the complicated version of things....

    Probably you'd want the from...where to be the same in both statements, but it has worked for...

Viewing post 31 (of 31 total)