Created
December 10, 2018 03:52
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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