Skip to content

Commit 697291c

Browse files
committed
sudoku
1 parent fd9c5a0 commit 697291c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Write your MySQL query statement below
2+
SELECT W1.id
3+
FROM Weather AS W1, Weather AS W2
4+
WHERE W1.Temperature > W2.Temperature AND DATEDIFF(W1.recordDate, W2.recordDate) = 1;

SORTING AND GROUP/1070. Product Sales Analysis III.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ IN (SELECT product_id,
77
FROM Sales
88
GROUP BY
99
product_id
10-
)
10+
);
11+

0 commit comments

Comments
 (0)