Skip to content

Instantly share code, notes, and snippets.

@marufeuille
Created January 28, 2020 04:19
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 marufeuille/469702cd61f45abbf35efd915f8616e1 to your computer and use it in GitHub Desktop.
Save marufeuille/469702cd61f45abbf35efd915f8616e1 to your computer and use it in GitHub Desktop.
select
timestamp,
value
where
timestamp > ( to_unixtime(localtimestamp) - 3600)
order by timestamp asc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment