Hello,
I have the following situation, I have to sort a table by date, but for some particular reason the programmer decided to save the day, month and year in separate columns, since the database is in MySql, there is an effective procedure for make such an order?
Would it be correct to use ORDER BY day, month and year?
Thank you.