Skip to content

Instantly share code, notes, and snippets.

@HelenaEksler
Last active March 6, 2016 09:41
Show Gist options
  • Save HelenaEksler/f5530ae235c380316eee to your computer and use it in GitHub Desktop.
Save HelenaEksler/f5530ae235c380316eee to your computer and use it in GitHub Desktop.
Index Tables with 2 keys
ALTER TABLE `_raw_comb` ADD INDEX(`_itemnume`);
ALTER TABLE `_raw_combh` ADD INDEX(`_itemnume`);
ALTER TABLE `_raw_comb_gal_eng` ADD INDEX(`_itemnume`);
ALTER TABLE `_raw_comb_gal_he` ADD INDEX(`_itemnume`);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment