Show how to express
GROUP BY CUBE(a,b,c,d)usingROLLUP; your answer should have only oneGROUP BYclause.
GROUP BY ROLLUP(a), ROLLUP(b), ROLLUP(c), ROLLUP(d)1 min read
Show how to express
GROUP BY CUBE(a,b,c,d)usingROLLUP; your answer should have only oneGROUP BYclause.
GROUP BY ROLLUP(a), ROLLUP(b), ROLLUP(c), ROLLUP(d)