You are viewing a single comment's thread. Return to all comments →
SELECT sum(Population) from CITY where COUNTRYCODE = 'JPN';
Japan Population
You are viewing a single comment's thread. Return to all comments →
SELECT sum(Population) from CITY where COUNTRYCODE = 'JPN';