SELECT * FROM country LEFT JOIN country_en ON country_en.countryID = country.countryID LEFT JOIN country_category ON country_category.countryCategoryID = country.countryCategoryID LEFT JOIN country_category_en ON country_category_en.countryCategoryID = country.countryCategoryID LEFT JOIN currency ON country.currencyID = currency.currencyID WHERE country.countryID = ;

Неправильный запрос