I have a little problem.
I need to generate a query in this way:
+-----------+------+-------+---+---+
| nombreSol | Enero|Febrero|...|Dic|
+-----------+------+-------+---+---+
| pedro | 1 | 5 |...| 2 |
| juan | 3 | 6 |...| 4 |
+-----------+------+-------+---+---+
The truth is that I am new to the area and I am looking for how to do it and I do not know how.
I would greatly appreciate your help ..