해커랭크 SQL문제_0717
Weather Observation Station4 문제: Find the difference between the total number of CITY entries in the table and the number of distinct CITY entries in the table. Where LAT_N is the northern latitude and LONG_W is the western longitude. For example, if there are three records in the table with CITY values 'New York', 'New York', 'Bengalaru', there are 2 different city names: 'New York' and 'Bengal..
2021.07.17