SELECT DISTINCT city
FROM station
WHERE city LIKE 'a%'
OR city LIKE 'e%'
OR city LIKE 'i%'
OR city LIKE 'o%'
OR city LIKE 'u%'
WHERE : 조건문
LIKE : 데이터에서 패턴 찾기
OR : 여러개의 조건 연결
'SQL' 카테고리의 다른 글
HackerRank_SQL_Type of Triangle <못품> (0) | 2023.01.11 |
---|---|
HackerRank_SQL_Top Eearners (0) | 2023.01.11 |
HackerRank_SQL_Weather Observation Station 15, 소숫점 (0) | 2023.01.05 |
HackerRank_SQL_Higher Tan 75 Marks, 문자열 자르기 (0) | 2023.01.05 |
HackerRank_SQL_Weather Observation Station 12 (0) | 2023.01.05 |