Skip to content

Instantly share code, notes, and snippets.

@samredai
Created December 10, 2018 03:52
Show Gist options
  • Save samredai/b6c7fc635dcc7f55144c9ada633931a2 to your computer and use it in GitHub Desktop.
Save samredai/b6c7fc635dcc7f55144c9ada633931a2 to your computer and use it in GitHub Desktop.
MySQL: Create an Index on a column or list of columns in a MySQL table
CREATE INDEX index_name ON table_name (column_name_or_list)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment