网站开发技术

记点笔记、 学点技术 欢迎交流建站技术。本站关注lamp技术

您尚未登录。

#1 2014-12-06 15:35:30

admin
管理员

对于一个已经创建好的表,也可以直接创建索引。

格式:

create [unique|fulltext] index index_name on tb_name (field) [asc | desc]

示例

mysql> create table tb3 ( name char(20) );
Query OK, 0 rows affected (0.35 sec)

mysql> create index  name on tb3 (name);
Query OK, 0 rows affected (0.37 sec)
Records: 0  Duplicates: 0  Warnings: 0



ipbbs.net

离线

页脚

Powered by FluxBB