输入banner图图片脚本导航/分类

mysql的key和index

等,也是基于是不是把index看作了key。
      比如 create table  t (id int,  unique  index inx_tx_id (id)); --index当作了key使用

本文出自 “李云丽TEST-2015” 博客,请务必保留此出处http://liyunli0226.blog.51cto.com/10006245/1759839

mysql的key和index

标签:mysql   key   index