Well, I have a table of user registrations.
I'm creating a chartjs to display the number of registered users per month on a bar chart.
The mysql query would only have to return me 2 columns (MONTH and TOTAL NUMBER OF SIGNATURES OF THAT MONTH)
I've tried it in several ways, but it returns me many columns: /
Thank you !!