I have a table, where I would like to add all the results and separate them by Day / Month.
01/Abril = 3 Resultados;
03/Abril = 5 Resultados;
02/Maio = 1 Resultado;
The table I'm using.
**ID -- item_data**
01 || 2018-04-01
02 || 2018-04-03
03 || 2018-04-01
04 || 2018-05-02
05 || 2018-04-01
06 || 2018-04-03
07 || 2018-04-03
08 || 2018-04-03
09 || 2018-04-03