Weather Observation Station 4

  • + 0 comments

    In this, we will count the number of CITY and number of DISTINCT CITY and then substract it.

    SELECT count(city) - count(DISTINCT city) FROM station;