Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- full request
- programmers
- window function
- PYTHON
- 교차 엔트로피
- AWS
- HTML
- coding
- hackerrank
- branch
- 선형 모형
- conflict
- 클라우드컴퓨팅
- Git
- elastic net
- L1정규화
- mysql
- leetcode
- github
- L2정규화
- 온라인협업
- sql
- 코딩공부
- CSS
- 편향-분산 교환
- 깃헙협업
- early stopping
- merge
- 버전충돌
- RLIKE
Archives
- Today
- Total
목록substr (1)
Im between cherry
Hackerrank | MySQL | Weather Observation Station 9
Weather Observation Station 9 Problem Weather Observation Station 9 | HackerRank Query an alphabetically ordered list of CITY names not starting with vowels. www.hackerrank.com Query the list of CITY names from STATION that do not start with vowels. Your result cannot contain duplicates. Solution SELECT DISTINCT CITY FROM STATION WHERE SUBSTR(CITY, 1, 1) NOT IN ('a','e','i','o','u'); SELECT DIST..
데이터분석/practice_query
2020. 8. 28. 09:02