Last active
December 16, 2015 15:39
-
-
Save haio/5457727 to your computer and use it in GitHub Desktop.
mysql index
This file contains hidden or 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
select * from t where c1 = ? and c2 = ? order by c3; | |
index -- t(c1, c2, c3) | |
http://hi.baidu.com/jadmin/item/8fed8527304d2bd5a517b60a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment