Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Last active May 4, 2019 04: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/fb401ddeaa2c72bd9723de02afa3e08d to your computer and use it in GitHub Desktop.
Save parzibyte/fb401ddeaa2c72bd9723de02afa3e08d to your computer and use it in GitHub Desktop.
select nombre, edad, if(edad >= 18, "Mayor de edad", "Menor de edad") as estado
from personas;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment