0
I’m trying to organize a return from my mysql bank in months , ie , so I have groups of months of donations that the site that work receives , I tried so:
SELECT * , MONTH( `DataConfirmacao` ) FROM `doacoes` WHERE Pendente = '1'
I tried to use Group By, but it returned only the first value not all. Table structure: