mysql: add weather-observation-station-8
parent
1436a1c3ec
commit
9dbb45762b
@ -0,0 +1,6 @@
|
||||
SET @vowels = 'a,e,i,o,u';
|
||||
|
||||
SELECT DISTINCT CITY
|
||||
FROM STATION
|
||||
WHERE FIND_IN_SET(LEFT(CITY, 1), @vowels)
|
||||
AND FIND_IN_SET(RIGHT(CITY, 1), @vowels);
|
Loading…
Reference in New Issue