MySQL Pilih Pernyataan Setelah Indeks

   SELECT * FROM table1 USE INDEX (col1_index,col2_index)
    WHERE col1=1 AND col2=2 AND col3=3;
Arrogant Ape