Programming Note/DataBase
[DataBase]MySQL 정규표현식을 이용한 검색
Skypotato(하늘감자)
2018. 8. 8. 14:21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT CITY FROM STATION | |
WHERE CITY REGEXP '^[ieaeiou]' |