Skip to content

Commit bf233b1

Browse files
committed
add No197
1 parent 0702219 commit bf233b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

leetcode/SQL/No197.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
select w1.Id as id from Weather w1, Weather w2
2+
where DATEDIFF(w1.RecordDate,w2.RecordDate)=1
3+
and w1.Temperature>w2.Temperature;

0 commit comments

Comments
 (0)