1757. 可回收且低脂的产品

文章访问量:

WHERE

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"

Subscribe
提醒
0 评论
Inline Feedbacks
View all comments
0
在此留下你的评论x