Weather Observation Station 8

  • + 0 comments

    SQL Server select distinct city from station where SUBSTRING(LOWER(city),1,1) IN ('a','e','i','o','u') AND SUBSTRING(LOWER(city),LEN(city),LEN(city)) IN ('a','e','i','o','u');