Skip to content

Instantly share code, notes, and snippets.

@parzibyte

parzibyte/9.sql Secret

Created December 29, 2020 03: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 parzibyte/d2d90207cd018324221be46ed834da54 to your computer and use it in GitHub Desktop.
Save parzibyte/d2d90207cd018324221be46ed834da54 to your computer and use it in GitHub Desktop.
# Usando una consulta, mostrar los distintos registros de temperatura sin repetirse. Es decir, solo mostrar todas las temperaturas registradas pero sin repetir alguna
SELECT DISTINCT temperature
FROM dht_log;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment