ALTER TABLE `table` ADD INDEX `product_id_index` (`product_id`)
कभी भी integer
की तुलना न करें strings
. के लिए MySQL में। अगर id
int
है , उद्धरण हटा दें।
ALTER TABLE `table` ADD INDEX `product_id_index` (`product_id`)
कभी भी integer
की तुलना न करें strings
. के लिए MySQL में। अगर id
int
है , उद्धरण हटा दें।