0

I need some help with some basic, i suppose, mysql. given three columns such as the ones below:

[Events              Counts                Date
 play                    2                 2017/06/05
 pause                   3                 2017/06/05
 first quartile          4                 2017/06/05
 play                    10                2017/06/06
 pause                   12                2017/06/06][1]

How can I split the column event into new columns such Play column, pause columns and so on, having each of these new columns the relative data coming from the initial table? Below you can find the link of what the resulting table should be looking like Thanks

0 Answers0