Skip to content

Instantly share code, notes, and snippets.

@bitforth
Created June 10, 2014 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 bitforth/ed411040932a63d59cfa to your computer and use it in GitHub Desktop.
Save bitforth/ed411040932a63d59cfa to your computer and use it in GitHub Desktop.
Consulta SQL por programadores listillos
SELECT
nombre,
telefono
FROM
Contactos C
WHERE
C.telefono LIKE "%868%";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment