Talk is cheap. Show me the code.
Problem : https://www.hackerrank.com/challenges/weather-observation-station-4/problem
Solution :
/*
Enter your query here.
*/
SELECT COUNT(CITY) - COUNT(DISTINCT(CITY)) FROM STATION;