I would like to make a pivot table that looks like the figure below from a mysql table:
Year | 2018 | 2018 | 2018 | 2019 ....
---------------------------------------------------------------
Month | Jan | Feb | Mar | Apr ....
----------------------------------------------------------------
Dolutegravir (DTG) 50mg Tabs| 10000 | 20000| xx | xx ....
-----------------------------------------------------------------
xxxxxxxx | xx | xx | xxx | xx .......
-------------------------------------------------------------------
MySql schema and data can be found here http://sqlfiddle.com/#!9/678546/2
Your assistance is appreciated in advance