mysql查询某表索引

    
查询某表所有索引列
mysql> show index from tablename;
mysql> show keys from tablename;
其他说明:
Index_type:
(BTREE, FULLTEXT, HASH, RTREE)
默认为BTREE

摘自:http://www.xhuojia.com/zhuanlan/1113302892.html

猜你喜欢

转载自blog.csdn.net/smallnetvisitor/article/details/81118415
今日推荐