Population Census

  • + 0 comments

    MYSQL:

    SELECT SUM(CI.Population) FROM City CI JOIN Country CO ON CI.CountryCode = CO.Code WHERE CO.Continent = 'Asia';