Skip to content

Commit c67861f

Browse files
committed
Create 1757-recyclable_and_low_fat_products.sql
1 parent 404d307 commit c67861f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# https://leetcode.com/problems/recyclable-and-low-fat-products/
2+
3+
SELECT product_id FROM Products
4+
WHERE low_fats = 'Y' AND recyclable = 'Y'

0 commit comments

Comments
 (0)