You are viewing a single comment's thread. Return to all comments →
SELECT count(*) FROM city WHERE 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(*) FROM city WHERE population > 100000 ;