https://leetcode.cn/problems/recyclable-and-low-fat-products/description/
随便水道题。
SQL
# Write your MySQL query statement below
SELECT product_id
FROM Products
WHERE low_fats="Y" AND recyclable="Y"