This question has been flagged
3027 Views

I have a table with fields:

country_name
country_iso
city_name
city_prefix

One country will have several cities.

I use 

distinct_field_get(field='country_name', value='')

to get a list of countries.

How would I get not only the 'country_name' but additionally, the 'country_iso' related to the 'country_name'?

Thank you

Avatar
Discard