I have a table with the mes E ano
fields. How can I sort results by month?
I am already ordering by the year
= > SELECT * FROM tabela WHERE id_cliente = '$id_cliente' ORDER BY ano DESC
Now how can I order the months too?
Ex (January, feb, mar ...)
PS: mes (varchar 255), year (varchar 255) would this be a bad practice?