[HackerRank] Weather Observation Station 2
2021. 2. 8. 20:12ㆍ데이터베이스/SQL
728x90
반응형

SELECT ROUND(SUM(LAT_N), 2)AS lat, ROUND(SUM(LONG_W), 2)
FROM STATION;
'데이터베이스 > SQL' 카테고리의 다른 글
[HackerRank] The PADS (0) | 2021.02.08 |
---|---|
[HackerRank] Weather Observation Station 13 (0) | 2021.02.08 |
[HackerRank] Revising Aggregations - The Sum Function (0) | 2021.01.25 |
[HackerRank] Revising Aggregations - The Count Function (0) | 2021.01.25 |
[HackerRank] Employee Salaries (0) | 2021.01.25 |