Skip to content

Instantly share code, notes, and snippets.

@parzibyte

parzibyte/1.sql Secret

Last active December 29, 2020 02:55
Show Gist options
  • Save parzibyte/cecb68b5642d87578f72a4c6e44b06e1 to your computer and use it in GitHub Desktop.
Save parzibyte/cecb68b5642d87578f72a4c6e44b06e1 to your computer and use it in GitHub Desktop.
# Usar función para mostrar máxima humedad
SELECT MAX(humidity)
FROM dht_log;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment