Skip to content

Instantly share code, notes, and snippets.

@azcdev
Created June 10, 2014 02:56
Show Gist options
  • Save azcdev/ed411040932a63d59cfa to your computer and use it in GitHub Desktop.
Save azcdev/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