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;
点赞

相关推荐

点赞 评论 收藏
分享
牛客网
牛客网在线编程
牛客网题解
牛客企业服务