Weather Observation Station 12

  • + 4 comments

    Oracle :

    SELECT distinct CITY FROM STATION WHERE not((SUBSTR(city,1,1)) in ('A','E','I','O','U')) and not(SUBSTR(city,length(trim(city)),1)) in ('a','e','i','o','u') order by city;