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

SQL复习五(索引)

unique index emp_index on emp(empno desc);

 

1.42 删除索引语法:

drop index <索引名> on <表名>

drop index empno_index on emp;

 

1.43 显示索引信息:

show index from tbname;

 

前部分转载自:http://www.cnblogs.com/AK2012/archive/2013/01/04/2844283.html

 

创建看这篇:http://blog.csdn.net/yuanzhuohang/article/details/6497021

SQL复习五(索引)

标签:sql   设置   访问   时间   distinct   顺序   没有   style   .net