Skip to content

Latest commit

 

History

History

1757-Recyclable-and-Low-Fat-Products

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
Source : https://leetcode.com/problems/recyclable-and-low-fat-products/
Author : liuyubobobo
Time   : 2022-04-14

Using AND

SELECT product_id
FROM Products
WHERE low_fats = 'Y' AND recyclable = 'Y'