Skip to content

Instantly share code, notes, and snippets.

@nfarah86
Last active April 30, 2021 05:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nfarah86/4581c6bc09d30045ae75a5f330a8d72f to your computer and use it in GitHub Desktop.
Save nfarah86/4581c6bc09d30045ae75a5f330a8d72f to your computer and use it in GitHub Desktop.
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