You are viewing a single comment's thread. Return to all comments →
mssql SELECT SUM(cty.population) FROM CITY cty WITH (NOLOCK) INNER JOIN COUNTRY ctry WITH (NOLOCK) ON cty.COUNTRYCODE = ctry.CODE WHERE ctry.CONTINENT = 'ASIA' GROUP BY ctry.CONTINENT
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 →