Weather Observation Station 3

  • + 1 comment

    For MySQL

    SELECT DISTINCT city FROM station
    WHERE id % 2 = 0;