Skip to content

Instantly share code, notes, and snippets.

@nfarah86
Last active April 30, 2021 05:04
select w.observation_time.value, w.temp
from commons.weather_data_collection as w
where w.observation_time.value is not NULL
order by w.observation_time.value DESC
;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment