You are viewing a single comment's thread. Return to all comments →
SELECT COUNT(DISTINCT C.NAME) FROM CITY C WHERE C.POPULATION > 100000;
Seems like cookies are disabled on this browser, please enable them to open this website
Revising Aggregations - The Count Function
You are viewing a single comment's thread. Return to all comments →
SELECT COUNT(DISTINCT C.NAME) FROM CITY C WHERE C.POPULATION > 100000;