You are viewing a single comment's thread. Return to all comments →
MYSQL:-
select ci.name from city as ci inner join country as co on ci.CountryCode = co.Code where 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 →
MYSQL:-
select ci.name from city as ci inner join country as co on ci.CountryCode = co.Code where continent = 'Africa'