Skip to content

Instantly share code, notes, and snippets.

@asterion
Created July 7, 2017 01:59
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 asterion/1358e2808474d7462d9c799f9ef7e4e6 to your computer and use it in GitHub Desktop.
Save asterion/1358e2808474d7462d9c799f9ef7e4e6 to your computer and use it in GitHub Desktop.
group by con max
SELECT nombre, apellido, MIN(edad) AS edad FROM personas GROUP BY nombre, apellido
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment