We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 394e2e0 commit 7db4e18Copy full SHA for 7db4e18
src/main/kotlin/g0101_0200/s0197_rising_temperature/script.sql
@@ -1,5 +1,5 @@
1
# Write your MySQL query statement below
2
-#Easy #Database #SQL_I_Day_6_Union #2022_10_19_Time_394_ms_(94.15%)_Space_0B_(100.00%)
+# #Easy #Database #SQL_I_Day_6_Union #2022_10_19_Time_394_ms_(94.15%)_Space_0B_(100.00%)
3
SELECT SecondDate.id as Id
4
FROM Weather SecondDate JOIN Weather FirstDate
5
ON ADDDATE(FirstDate.recordDate,1) = SecondDate.recordDate
0 commit comments