Mysql
 sql >> Database >  >> RDS >> Mysql

Come aggiungo indici alle tabelle MySQL?

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

Non confrontare mai integer a strings in MySQL. Se id è int , rimuovi le virgolette.