码迷,mamicode.com
首页 > 数据库 > 详细

MYSQL 查看表上索引的 1 方法

时间:2014-10-18 12:30:57      阅读:230      评论:0      收藏:0      [点我收藏+]

标签:blog   http   for   sp   2014   on   log   bs   sql   

前期准备:

            create table T9(A int ,B text,C text,fulltext index fix_test_for_T8_B(B));#在定义表的时候加索引

            create unique index ix_test_for_T8_A on T9(A);#加朴素索引

            create fulltext index fix_test_for_T8_C on T9(C);#加全文索引

------------------------------------------------------------

解决办法:

            select index from table_name。

-------------------------------------------------------------------------------------------------------------------------------------------

select index from T9;

bubuko.com,布布扣

MYSQL 查看表上索引的 1 方法

标签:blog   http   for   sp   2014   on   log   bs   sql   

原文地址:http://www.cnblogs.com/JiangLe/p/4032876.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!