题解 | #商品交易(网易校招笔试真题)#

商品交易(网易校招笔试真题)

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

子查询聚合函数与外联结的结合使用

select a.id, a.name, a.weight, b.total from goods a left join 
(select goods_id, sum(count) as total from trans group by goods_id) b
on a.id = b.goods_id
where b.total > 20 and a.weight < 50;
全部评论
select a.id, a.name, a.weight, b.total from goods a left join (select goods_id, sum(count) as total from trans group by goods_id) b on a.id = b.goods_id where b.total > 20 and a.weight < 50 order by a.id;
点赞 回复 分享
发布于 2021-10-06 10:38

相关推荐

Java大菜狗:纯纯招黑奴,一天还不到两百那么多要求,还不迟到早退,以为啥啊,给一点工资做一堆活,还以不拖欠员工工资为荣,这是什么值得骄傲的事情吗,纯纯***公司
点赞 评论 收藏
分享
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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