This file contains 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]' |
'Programming Note > DataBase' 카테고리의 다른 글
[SQLServer] 특정 행을 제외하고 싶은 경우 (0) | 2017.11.02 |
---|---|
[SQLServer] SQL 정렬 사이트 (0) | 2017.09.26 |