As above, I'm unsure on how to do it, although I am possibly overlooking something simple
I want to retrieve the timestamps and another column, just the most recent 7 which I have done using LIMIT and ordered them using ORDER BY timestamp DESC to get the most recent 7... But once retrieved, I'd like them oldest first rather than newest first
Anyone able to assist please?
Thanks!