Error while processing the request: (You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND `countries`.`country_id`=`regions`.`country`' at line 8) SELECT `regions`.`region_id` AS `region_id`, `regions`.`country`, `regions`.`region_name_ru` AS `region_name`, `countries`.`country_name_ru` AS `country_name` FROM `regions`, `countries` WHERE `regions`.`country` = AND `countries`.`country_id`=`regions`.`country`