Skip to content

Commit 41ed841

Browse files
Add files via upload
Signed-off-by: not ∞ <110843279+RUPAKparajuli07@users.noreply.github.com>
1 parent c969f4a commit 41ed841

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Day187Question195/Solution.sql

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
SELECT w1.id
2+
FROM Weather w1
3+
JOIN Weather w2
4+
ON DATEDIFF(w1.recordDate, w2.recordDate) = 1
5+
WHERE w1.temperature > w2.temperature;

0 commit comments

Comments
 (0)