题解 | #返回固定价格的产品#
返回固定价格的产品
https://www.nowcoder.com/practice/9949bfb933614abe8bd2bc26c129843e
select prod_id,prod_name from Products where prod_price = 9.49
知识点:where 条件筛选
返回固定价格的产品
https://www.nowcoder.com/practice/9949bfb933614abe8bd2bc26c129843e
select prod_id,prod_name from Products where prod_price = 9.49
知识点:where 条件筛选
相关推荐