Weather Observation Station 12

  • + 0 comments

    SELECT DISTINCT city FROM station WHERE LOWER(LEFT(city, 1)) NOT IN ('a', 'e', 'i', 'o', 'u') AND LOWER(RIGHT(city, 1)) NOT IN ('a', 'e', 'i', 'o', 'u');