就是普通命令创建的索引,可以选择一个整齐的,数据类型不复杂的列来建立。
Create index 索引名 on table_name(字段(长度)); Alter Table table_name Add Index index_name(字段...);