Revising Aggregations - The Count Function

  • + 0 comments

    For MySQL Platform

    SELECT COUNT(name) FROM city
    WHERE population > 100000;