IT/코딩테스트
[Leetcode] 1757. Recyclable and Low Fat Products
이주디
2023. 8. 21. 20:09
728x90
https://leetcode.com/problems/recyclable-and-low-fat-products/
SELECT product_id FROM Products WHERE low_fats = "Y" AND recyclable = "Y";
728x90