Weather Observation Station 3

  • + 0 comments

    select distinct(city) as d_id from station where mod(id,2)=0 order by d_id asc;