Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created May 4, 2019 05:10
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/38256d20385fff26b590d19da79eaff5 to your computer and use it in GitHub Desktop.
Save parzibyte/38256d20385fff26b590d19da79eaff5 to your computer and use it in GitHub Desktop.
select nombre,
if(left(nombre, 1) = "L", "Empieza con L", "No empieza con L") as texto
from personas;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment