Community

Improvements to ROLLUP in MySQL

(Chaithra Gopalareddy) ROLLUP has been supported in MySQL for sometime now. But until now its use has come with two implementation restrictions: it cannot be combined with DISTINCT or ORDER BY in the same query expression.