Posts by Carlos Augusto Arantes • 1 point
1 post
-
-1
votes3
answers264
viewsA: Select Group by Month
You can use the MONTH() or DATE_FORMAT(dataVen, '%m'). If you want to extract only the Month, Year or Day Mysql already has its own functions for this: DAY(data) = para dia MONTH(data) = para mes…