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.
I'm doing this to eliminate the duplicates. If I search for duplicates with this query select city, count(id) from station group by city having count(id) > 1. I got 11 duplicates and 1 triplicated, the triplicated city is Manchester
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Weather Observation Station 4
You are viewing a single comment's thread. Return to all comments →
I'm doing this to eliminate the duplicates. If I search for duplicates with this query select city, count(id) from station group by city having count(id) > 1. I got 11 duplicates and 1 triplicated, the triplicated city is Manchester