SQL
Hacker rank Weather Observation Station 20
무적김두칠
2022. 3. 29. 09:36
1
2
3
4
5
6
|
/*
Enter your query here.
Please append a semicolon ";" at the end of the query and enter your query in a single line to avoid error.
*/
select round(median(lat_n),4)
from station
|
cs |
반응형