RodneyShag / HackerRank_solutions

317 efficient solutions to HackerRank problems
MIT License
2.69k stars 1.44k forks source link

Update Weather Observation Station 3.sql #5

Closed naveenjain07 closed 6 years ago

naveenjain07 commented 6 years ago

mod function will work here

select distinct city from station where Mod(ID,2)=0;