Skip to content

Commit 7db4e18

Browse files
authored
Update script.sql
1 parent 394e2e0 commit 7db4e18

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/g0101_0200/s0197_rising_temperature

1 file changed

+1
-1
lines changed

src/main/kotlin/g0101_0200/s0197_rising_temperature/script.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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%)
2+
# #Easy #Database #SQL_I_Day_6_Union #2022_10_19_Time_394_ms_(94.15%)_Space_0B_(100.00%)
33
SELECT SecondDate.id as Id
44
FROM Weather SecondDate JOIN Weather FirstDate
55
ON ADDDATE(FirstDate.recordDate,1) = SecondDate.recordDate

0 commit comments

Comments
 (0)