I have a database here at work and they need the order by changed to the date, but the month is in varchar not integer like year and day.
January
February
ect…
and not, 0,1 its harder. How exactly would I be able to do this?
I’m using postgreSQL btw.
Thanks.