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
- RLIKE
- programmers
- elastic net
- leetcode
- 클라우드컴퓨팅
- HTML
- sql
- PYTHON
- hackerrank
- early stopping
- 편향-분산 교환
- mysql
- AWS
- coding
- 온라인협업
- L2정규화
- Git
- github
- conflict
- CSS
- branch
- 버전충돌
- merge
- 코딩공부
- L1정규화
- window function
- 선형 모형
- 깃헙협업
- 교차 엔트로피
Archives
- Today
- Total
목록distinct (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