таблица:
country_regions:
id country_id title
Выполняю запросы:
SELECT `country_region`.`id` AS `id`, `country_region`.`country_id` AS `country_id`, `country_region`.`title` AS `title` FROM `country_regions` AS `country_region` WHERE `title` LIKE '%' AND `country_id` IN (('1')) LIMIT 1
SELECT `country_region`.`id` AS `id`, `country_region`.`country_id` AS `country_id`, `country_region`.`title` AS `title` FROM `country_regions` AS `country_region` WHERE `title` LIKE '%' AND `country_id` IN (('3', '1')) LIMIT 1
При выполнении второго происходит ошибка: "Operand should contain 1 column(s)", почему так?