We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8533ce commit d95f365Copy full SHA for d95f365
197-rising-temperature.sql
@@ -0,0 +1,6 @@
1
+# Write your MySQL query statement below
2
+SELECT Weather.Id
3
+FROM Weather
4
+ JOIN Weather AS w
5
+ ON w.RecordDate = SUBDATE(Weather.RecordDate, 1)
6
+WHERE Weather.Temperature > w.Temperature
0 commit comments