Weather Observation Station 3

  • + 3 comments

    select DISTINCT CITY from STATION WHERE (ID % 2) = 0;

    I am not sure why this query is not working in Oracle environment. Though it works fine with MYSQL and MS SQL Server. Any idea?