We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 404d307 commit c67861fCopy full SHA for c67861f
1757-recyclable_and_low_fat_products.sql
@@ -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