You are viewing a single comment's thread. Return to all comments →
There are two way to solve that problem;
SELECT COUNT(city)-COUNT(DISTINCT(city) FROM Station;
SELECT COUNT(city)-COUNT(DISTINCT(city) AS Difference FROM Station;
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 →
There are two way to solve that problem;
SELECT COUNT(city)-COUNT(DISTINCT(city) FROM Station;
SELECT COUNT(city)-COUNT(DISTINCT(city) AS Difference FROM Station;