How can I access the list of EU countries?
I have a query;
SELECT * FROM
hz_geographies
WHERE
geography_type IN ('ECONOMIC REGIONS')
I want to question the countries within the EU. However, when I run the query, only the record with Country_code field 'GB' is listed. How can I access the list of EU countries?
Tagged:
0