Skip to content

Instantly share code, notes, and snippets.

@parzibyte

parzibyte/2.sql Secret

Created December 29, 2020 02:56
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 parzibyte/3979adcd4dbb47549eec3524fa664407 to your computer and use it in GitHub Desktop.
Save parzibyte/3979adcd4dbb47549eec3524fa664407 to your computer and use it in GitHub Desktop.
# Del mismo modo, pero ahora con otra función, mostrar la mínima humedad registrada
SELECT MIN(humidity)
FROM dht_log;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment