I need to Select three month's values from my database except the first day values of the third month.
For example:
I want to select values for three months since now: May, April, March without values from 1 March
Every day of month has 24 hour values for temperature and i want to exclude the first day of the third month like i said before.
Thank you!!