题解 | #返回购买价格为 10 美元或以上产品的顾客列表#
返回购买价格为 10 美元或以上产品的顾客列表
https://www.nowcoder.com/practice/827eb2a210c64ccdb8ec28fe4c50c246
select distinct(d.cust_id) from OrderItems a,Orders d where a.order_num = d.order_num and a.item_price >=10
返回购买价格为 10 美元或以上产品的顾客列表
https://www.nowcoder.com/practice/827eb2a210c64ccdb8ec28fe4c50c246
select distinct(d.cust_id) from OrderItems a,Orders d where a.order_num = d.order_num and a.item_price >=10
相关推荐
牛客85586392...:就团子这base 拉完了还top
牛niuniuniu:确实背书这一块,应届如果小厂,后续往大厂跳,真的特别特别难。大厂愿意给你面试,但你的项目不一定支撑的住拷打,中厂一般面试都不怎么给