You are viewing a single comment's thread. Return to all comments →
solution select sum(city.population) from city JOIN country on city.countrycode = country.code where continent = 'ASIA'
Seems like cookies are disabled on this browser, please enable them to open this website
Population Census
You are viewing a single comment's thread. Return to all comments →
solution select sum(city.population) from city JOIN country on city.countrycode = country.code where continent = 'ASIA'