You are viewing a single comment's thread. Return to all comments →
MySQL - select sum(city.population) from city inner join country on country.code = city.countrycode where country.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 →
MySQL - select sum(city.population) from city inner join country on country.code = city.countrycode where country.continent = 'Asia';