| create table people ( peopleid smallint not null, name char(50) not null ); |


| alter table people add index fname_lname_age (firstname,lastname,age); |
| table | type | possible_keys | key | key_len | ref | rows | extra |
| people | ref | fname_lname_age | fname_lname_age | 102 | const,const,const | 1 | where used |
新聞熱點
疑難解答