Skip to content

Commit f37025c

Browse files
committed
fix
1 parent 82bf08d commit f37025c

File tree

2 files changed

+505
-15
lines changed

2 files changed

+505
-15
lines changed

HackerRank/Practice.sql

+4
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ From station
5353
Order by l, city;
5454

5555
-- Weather Observation Station 5
56+
Select top(1) city, len(city) as l
57+
From station
58+
Order by l, city;
59+
5660
Select top(1) city, len(city) as l
5761
From station
5862
Order by l desc, city desc;

0 commit comments

Comments
 (0)