Skip to content

Commit 586f84c

Browse files
authored
Update 1549 - The Most Recent Orders For Each Product.sql
1 parent 8dece18 commit 586f84c

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

MEDIUM/1549 - The Most Recent Orders For Each Product.sql

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,4 @@ Select product_name, product_id, order_id, order_date
3737
from cte
3838
where rnk =1
3939
order by product_name, product_id, order_id;
40-
41-
42-
43-
44-
45-
46-
47-
48-
49-
50-
51-
52-
53-
54-
55-
56-
40+

0 commit comments

Comments
 (0)