题解 | #将两个 SELECT 语句结合起来(一)#

将两个 SELECT 语句结合起来(一)

http://www.nowcoder.com/practice/a33d5c0ebf434e00b22e2977a5aa3a90

select o1.prod_id, o1.quantity
from OrderItems o1
where o1.quantity=100
union 
select o2.prod_id,o2.quantity
from OrderItems o2
where o2.prod_id like 'BNBG%'
order by prod_id;

全部评论

相关推荐

政委qqq:这道题在算法竞赛里唯一考的就是高精度,但是只能难住C++这类语言,Python直接a+b秒天秒地
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务