I'm trying to do something like is described in this article...
http://codeidol.com/sql/sql-hack/Number-Crunching/Get-Values-and-Subtotals-in-One-Shot/
However, I don't know how to perform a UNION with my dbForge Query Builder for MySQL.
How do I do a UNION?
Re: How do I do a UNION?
Nevermind, GROUP BY WITH ROLLUP was the solution to this.
Re: How do I do a UNION?
Unfortunately a UNION clause is not supported by dbForge tools so far.