-
1757. Recyclable and Low Fat Products mysqlLeetCode_Study_Plan/SQL 2022. 9. 25. 15:43
https://leetcode.com/problems/recyclable-and-low-fat-products/
select product_id from products where low_fats = 'Y' and recyclable = 'Y';
'LeetCode_Study_Plan > SQL' 카테고리의 다른 글
1873. Calculate Special Bonus mysql (0) 2022.09.26 183. Customers Who Never Order mysql (1) 2022.09.25 584. Find Customer Referee mysql (0) 2022.09.25 595. Big Countries mysql (1) 2022.09.25 [SQL I] 시작 (1) 2022.09.25