OLAP Operation Types

  • + 3 comments
    -- ROLLUP: a*b*c + (a*b)             + (a)     + 1
    -- CUBE:   a*b*c + (a*b + a*c + b*c) + (a+b+c) + 1