83

简单索引和insert、replace语句-Spider-Man

 6 years ago
source link: http://blog.51cto.com/12730062/2074251
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
1、建立索引mysql> create index agei on student(age desc);   //agei是索引名,desc是降序mysql> create index agei on student(age asc);   //asc是默认,升序2、删除索引mysql> alter table student drop index agei;

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK