Ordre SQL par horodatage
SELECT timestamp
FROM randomTable
ORDER BY timestamp ASC;
Comfortable Crocodile
SELECT timestamp
FROM randomTable
ORDER BY timestamp ASC;