Skip to content

Commit 04f2854

Browse files
committed
Update 142
1 parent 017b5fc commit 04f2854

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

solutions/142_product_price_at_a_given_date.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ Return the result table in *any order*. [[Full Description](https://leetcode.com
1515

1616
```sql
1717
-- Submitted Solution
18-
# Write your MySQL query statement below
19-
2018
WITH cte1 AS (
2119
SELECT
2220
DISTINCT product_id
@@ -141,4 +139,3 @@ TBD
141139

142140
Go to [Index](../?tab=readme-ov-file#index)\
143141
Go to [Overview](../?tab=readme-ov-file)
144-

0 commit comments

Comments
 (0)