SELECT * FROM eventos ORDER BY Datainicio DESC
I'm sending this way to my mysql database, the first time I try to organize data by date, can someone tell me why my events are not sorted?
SELECT * FROM eventos ORDER BY Datainicio DESC
I'm sending this way to my mysql database, the first time I try to organize data by date, can someone tell me why my events are not sorted?
Error solved after studying, I discovered that phpmyadmin commands differently from the actual organization of the data, now when accessing through my app I am developing I saw that the data was already organized by date.