You are viewing a single comment's thread. Return to all comments →
SELECT a.NAME FROM CITY a LEFT JOIN COUNTRY b ON UPPER(a.COUNTRYCODE) = UPPER(b.CODE) WHERE b.CONTINENT = 'Africa'
Seems like cookies are disabled on this browser, please enable them to open this website
African Cities
You are viewing a single comment's thread. Return to all comments →