You are viewing a single comment's thread. Return to all comments →
select sum(c1.population) from city as c1 join country as c2 on c1.CountryCode = c2.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 →
select sum(c1.population) from city as c1 join country as c2 on c1.CountryCode = c2.Code where continent = 'asia'