일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 괄호 문제
- string to list
- convert to shp
- 해시태그
- flask
- 웹페이지
- geopandas
- 파이썬
- python buildpacks
- colab runtime
- 플라스크
- NLP
- Chat-GPT
- clustering
- to shp
- plotly dash
- 백준
- 셀레니움
- 혁신성장부문
- 크롤링
- 2164 카드2
- Python
- kmeans
- Merge Repositories
- Crawling
- 코랩 런타임
- Selenium
- geoDataFrame
- 알고리즘
- 인스타그램
Archives
- Today
- Total
코딩코딩코딩
[HackerRank] Weather Observation Station 12 본문
SELECT DISTINCT(CITY)
FROM STATION
WHERE CITY REGEXP "^[^aeiou]"
AND CITY REGEXP "[^aeiou]$";
'MySQL > Problem Solving' 카테고리의 다른 글
[HackerRank] Higher Than 75 Marks (0) | 2022.01.10 |
---|---|
[HackerRank] Employee Salaries (0) | 2022.01.10 |
[HackerRank] Employee Names (0) | 2022.01.10 |
[HackerRank] Weather Observation Station 11 (0) | 2022.01.09 |
[HackerRank] Weather Observation Station 9 (0) | 2022.01.09 |
Comments