MySQL Transpose Row Into Column
July 10th, 2009
3 comments
Image via CrunchBase
This article explain how to transpose a MySQL table from row to column. Suppose that you have a sales table per item per retail outlet per sales date like this:
Then, you need to show the total sales per item per retail outlet like the following:




Recent Comments