Skip to content

Instantly share code, notes, and snippets.

@azcdev
Created June 10, 2014 02:50
Show Gist options
  • Save azcdev/0fea9f1805f8ebd366ec to your computer and use it in GitHub Desktop.
Save azcdev/0fea9f1805f8ebd366ec to your computer and use it in GitHub Desktop.
Consulta SQL para extraer numeros de telefono de la base de datos
SELECT
nombre,
telefono
FORM
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