Skip to content

Instantly share code, notes, and snippets.

@danilowm
Created October 19, 2012 13:28
Show Gist options
  • Save danilowm/3918224 to your computer and use it in GitHub Desktop.
Save danilowm/3918224 to your computer and use it in GitHub Desktop.
Busca no MySQL utilizando LIKE ( palavras-chave )
SELECT * FROM artigos WHERE texto LIKE 'lorem%'
@wladimirfalcao
Copy link

Obg vc me ajudou bastante.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment