Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9d2b2ed

Browse files
add 1757
1 parent 141b0c4 commit 9d2b2ed

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1122,6 +1122,7 @@ _If you like this project, please leave me a star._ ★
11221122

11231123
| # | Title | Solutions | Video | Difficulty | Tag
11241124
|-----|----------------|---------------|---------------|---------------|-------------
1125+
|1757|[Recyclable and Low Fat Products](https://leetcode.com/problems/recyclable-and-low-fat-products/)|[Solution](../master/database/_1757.sql) || Easy |
11251126
|1729|[Find Followers Count](https://leetcode.com/problems/find-followers-count/)|[Solution](../master/database/_1729.sql) || Easy |
11261127
|1709|[Biggest Window Between Visits](https://leetcode.com/problems/biggest-window-between-visits/)|[Solution](../master/database/_1709.sql) || Medium |
11271128
|1693|[Daily Leads and Partners](https://leetcode.com/problems/daily-leads-and-partners/)|[Solution](../master/database/_1693.sql) || Easy |

database/_1757.sql

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
--# Write your MySQL query statement below
2+
select product_id from Products where low_fats = 'Y' and recyclable = 'Y';

0 commit comments

Comments
 (0)