contar em sql e diff
select (count(city)-count(distinct city)) from station;
Selfish Seahorse
select (count(city)-count(distinct city)) from station;