Posts by marceloasr • 11 points
1 post
- 
		1 votes5 answers626 viewsA: Select between month and year only datesTry something like that: SELECT * FROM PAGAMENTO WHERE data >= 'YYYY-MM-DD' AND data <= 'YYYY-MM-DD'; Subsititui YYYY MM and DD for Year, Month and Start Day and Year Month and End Day. Usa… mysqlanswered marceloasr 11