Mega Code Archive

 
Categories / MySQL / Table Index
 

Alter table to add an index

ALTER TABLE tblname ADD INDEX [indexname] (indexcols ...)