Posts by Paulo Herbert • 16 points
1 post
-
0
votes1
answer96
viewsA: Sql. table, organized date and time
I believe you need an SQL query as you yourself described with DESC in the "date field": SELECT * FROM nome_da_tabela ORDER BY data DESC But from what I understand you want to update the line to…