You are viewing a single comment's thread. Return to all comments →
select sum(a.POPULATION) from CITY as a LEFT JOIN COUNTRY as b ON a.COUNTRYCODE = b.CODE where b.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 →
select sum(a.POPULATION) from CITY as a LEFT JOIN COUNTRY as b ON a.COUNTRYCODE = b.CODE where b.CONTINENT = 'Asia';