Skip to content

Commit

Permalink
Aggregation
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingProgrammer authored Apr 10, 2018
1 parent ae171d0 commit 9dfa83c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Weather_Observation _Station_15(2).sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
select round(LONG_W, 4) from STATION
where LAT_N < 137.2345
order by LAT_N desc
limit 1;

0 comments on commit 9dfa83c

Please sign in to comment.