mirror of
https://github.com/devenperez/leetcode.git
synced 2026-06-13 23:07:08 +00:00
7 lines
126 B
SQL
7 lines
126 B
SQL
# Write your MySQL query statement below
|
|
SELECT
|
|
product_id
|
|
FROM
|
|
Products
|
|
WHERE
|
|
low_fats = 'Y' AND recyclable = 'Y' |