columna de clasificación de SQL por fecha
SELECT timestamp
FROM randomTable
ORDER BY timestamp ASC;
Comfortable Crocodile
SELECT timestamp
FROM randomTable
ORDER BY timestamp ASC;