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 5435849 commit 1b4fa81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Weather_Observation_Station_18.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
select round(max(LAT_N)-min(LAT_N)+max(LONG_W)-min(LONG_W), 4) from STATION;

0 comments on commit 1b4fa81

Please sign in to comment.