Skip to content

Instantly share code, notes, and snippets.

@rodurma
Created February 23, 2012 10:52
Show Gist options
  • Save rodurma/1892244 to your computer and use it in GitHub Desktop.
Save rodurma/1892244 to your computer and use it in GitHub Desktop.
Consulta com índice (MySQL)
SELECT * FROM alfabeto USE INDEX (idx_letra) WHERE letra = 'A';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment