Return query sorted by date, not working [closed]

1
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?

    
asked by anonymous 29.06.2015 / 11:40

1 answer

0

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.     

29.06.2015 / 12:42