Skip to content

Instantly share code, notes, and snippets.

@haio
Last active December 16, 2015 15:39
Show Gist options
  • Save haio/5457727 to your computer and use it in GitHub Desktop.
Save haio/5457727 to your computer and use it in GitHub Desktop.
mysql index
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