Mysql
 sql >> Datenbank >  >> RDS >> Mysql

Wie füge ich Indizes zu MySQL-Tabellen hinzu?

ALTER TABLE `table` ADD INDEX `product_id_index` (`product_id`)

Vergleichen Sie niemals integer zu strings bei MySQL. Wenn id ist int , entfernen Sie die Anführungszeichen.