일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Crawling
- colab runtime
- 파이썬
- plotly dash
- Selenium
- 웹페이지
- to shp
- Chat-GPT
- flask
- kmeans
- 해시태그
- 알고리즘
- Merge Repositories
- 코랩 런타임
- string to list
- 셀레니움
- geopandas
- Python
- 혁신성장부문
- 백준
- python buildpacks
- NLP
- convert to shp
- clustering
- 인스타그램
- geoDataFrame
- 크롤링
- 괄호 문제
- 플라스크
- 2164 카드2
Archives
- Today
- Total
코딩코딩코딩
[HackerRank] Top Earners 본문
SELECT salary*months AS earnings
, count(*)
FROM Employee
GROUP BY earnings
ORDER BY earnings DESC
LIMIT 1;
'MySQL > Problem Solving' 카테고리의 다른 글
[LeetCode] 1179.Reformat Department Table, MySQL 피봇테이블 (0) | 2022.02.06 |
---|---|
[HackerRank] Type of Triangle (0) | 2022.01.18 |
[HackerRank] Weather Observation Station 15 (0) | 2022.01.11 |
[HackerRank] Higher Than 75 Marks (0) | 2022.01.10 |
[HackerRank] Employee Salaries (0) | 2022.01.10 |
Comments