mysql: add weather-observation-station-11
parent
71dc200c56
commit
ef621f0f4b
@ -0,0 +1,6 @@
|
||||
SET @vowels = 'a,e,i,o,u';
|
||||
|
||||
SELECT DISTINCT CITY
|
||||
FROM STATION
|
||||
WHERE NOT FIND_IN_SET(LEFT(CITY, 1), @vowels)
|
||||
OR NOT FIND_IN_SET(RIGHT(CITY, 1), @vowels);
|
Loading…
Reference in New Issue