Skip to content

Commit

Permalink
Update 7-weather-observation-station-1.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudhar287 authored Jan 16, 2019
1 parent 4b9d249 commit be0f8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SQL/Basic Select/7-weather-observation-station-1.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
select DISTINCT(CITY) from STATION where ID % 2 = 0 ORDER by CITY DESC;
select city,state from station;

0 comments on commit be0f8cd

Please sign in to comment.