Zamówienie SQL według znacznika czasu
SELECT timestamp
FROM randomTable
ORDER BY timestamp ASC;
Comfortable Crocodile
SELECT timestamp
FROM randomTable
ORDER BY timestamp ASC;