Last active
March 6, 2016 09:41
-
-
Save HelenaEksler/f5530ae235c380316eee to your computer and use it in GitHub Desktop.
Index Tables with 2 keys
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
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