Skip to content

Instantly share code, notes, and snippets.

@rodurma
Created February 23, 2012 10:46
Show Gist options
  • Save rodurma/1892219 to your computer and use it in GitHub Desktop.
Save rodurma/1892219 to your computer and use it in GitHub Desktop.
CREATE INDEX no MySQL
CREATE INDEX idx_letra ON alfabeto (letra(1));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment