I have a table that looks something like the following:
loc | temp | timestamp |
---|---|---|
xyz | 22.4 | 2021-03-03T16:51:56.915000Z |
xyz | 21.4 | 2021-03-03T16:51:56.915000Z |
abc | 22.4 | 2021-03-03T17:05:38.238413Z |
abc | 21.4 | 2021-03-03T17:05:38.238478Z |
What query do I need to get the most recent record back?