Skip to content

Commit

Permalink
Aggregation
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingProgrammer authored Apr 13, 2018
1 parent 1b4fa81 commit dd5ebf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Weather_Observation_Station_19.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
select round(sqrt(power(max(LONG_W)-min(LONG_W), 2)+power(max(LAT_N)-min(LAT_N), 2)), 4)
from STATION;

0 comments on commit dd5ebf0

Please sign in to comment.