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

Perché MySQL non utilizza un indice su un campo int che viene utilizzato come booleano?

Affinché MySQL utilizzi l'indice, devi confrontare in modo esplicito il campo int con un valore (ad es. true, 1).

select * from myTable where myInt = true