We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Revising Aggregations - The Count Function
Revising Aggregations - The Count Function
Sort by
recency
|
484 Discussions
|
Please Login in order to post a comment
For MySQL
select count(district) from city where population>100000;
For MySQL:
SELECT Count(ID) FROM CITY WHERE POPULATION >100000;