We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1627cd9 commit 6bf9039Copy full SHA for 6bf9039
‎sql/197.sql
@@ -0,0 +1,4 @@
1
+SELECT w1.id
2
+FROM Weather AS w1
3
+ JOIN Weather AS w2 ON w1.recordDate = DATE_ADD(w2.recordDate, INTERVAL 1 DAY)
4
+WHERE w1.temperature > w2.temperature
0 commit comments