22 |
0.001227 |
SELECT `s`.* FROM `school` AS `s` WHERE (s.city_id IN ('1', '2', '3', '4', '5', '7', '9', '13', '14', '23', '25', '26', '27', '29', '30', '32', '33', '34', '40', '44', '45', '46', '47', '48', '49', '52', '56', '59', '62', '76', '78', '80', '82', '83', '84', '85', '86', '87', '88', '89', '90', '91', '92', '93', '94', '95', '96', '97', '98', '101', '102', '104', '105', '106', '107', '110', '111', '112', '114', '115', '116', '117', '125', '126', '127', '128', '132', '133', '139', '140', '143', '150', '151', '152', '153', '154', '155', '156', '157', '158', '161', '164', '165', '166', '167', '169', '170', '171', '172', '174', '175', '176', '177', '178', '185', '186', '187', '190', '191', '197', '200', '202', '203', '204', '205')) AND (s.is_charged = 1) AND (s.registration_status = 1) AND (s.is_opening = 1)
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
s |
range |
city_id |
city_id |
5 |
|
143 |
Using index condition; Using where |
|