Saya menghitung catatan dengan pertanyaan seperti SELECT COUNT(col1) FROM table1 WHERE col1 LIKE '%something%' SELECT COUNT(col1) FROM table1 WHERE col1 LIKE '%another%' SELECT COUNT(col1) FROM table1 WHERE col1 LIKE '%word%' Untuk setiap hitungan, mysql perlu menelusuri tabel, dan ini adalah...