일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- hackerrank
- 데이터분석
- solvesql
- 전처리
- having
- PostgreSQL
- GROUPBY
- 그로스해킹
- TRUNCATE
- 프로그래머스
- SUM
- airflow.cfg
- SQLite
- 파이썬
- airflow 설치
- SQL
- join
- Oracle
- not in
- pandas
- 다중 JOIN
- 머신러닝
- Round
- Limit
- 데이터리안 웨비나
- MySQL
- seaborn
- 데이터시각화
- matplotlib
- 결측값
Archives
- Today
- Total
목록소수점제거 (1)
Milky's note

https://www.hackerrank.com/challenges/average-population/problem?isFullScreen=true Average Population | HackerRank Query the average population of all cities, rounded down to the nearest integer. www.hackerrank.com [문제] Query the average population for all cities in CITY, rounded down to the nearest integer. Input Format The CITY table is described as follows: [답] -mysql select round(avg(populat..
SQL/SQL 코딩 테스트-HackerRank
2022. 3. 25. 16:03