OLAP Operation Types

  • + 0 comments

    need to do trial and error for this...

    if we consider a,b,c,d,e,f

    then,

    d = a*b*c ;;

    e = (a*b*c) + (a*b + b*c + a*c) + (a+b+c) + 1 -- CUBE ;;

    f = (a*b*c) + (a*b) + a + 1 --ROLLUP