秦瑟读书

关注

LeetCode(数据库)- 产品销售分析ll

秦瑟读书

关注

阅读 197

2022-05-18


题目链接:​​点击打开链接​​


题目大意:略。


解题思路:略。


AC 代码

SELECT product_id, SUM(quantity) total_quantity
FROM Sales
GROUP BY product_id


相关推荐

GhostInMatrix

LeetCode(数据库)- 产品销售分析 III

GhostInMatrix 128 0 0

343d85639154

LeetCode(数据库)- 产品销售分析I

343d85639154 237 0 0

鲤鱼打个滚

高频SQL 产品销售分析 I

鲤鱼打个滚 9 0 0

绪风

LeetCode(数据库)- 销售分析 I

绪风 153 0 0

王小沫

LeetCode(数据库)- 销售分析 III

王小沫 108 0 0

程序员知识圈

LeetCode(数据库)- 销售分析 II

程序员知识圈 133 0 0

山竹山竹px

LeetCode(数据库)- 按日期分组销售产品

山竹山竹px 165 0 0

Separes

【SQL】1070. 产品销售分析 III(窗口函数)

Separes 6 0 0

寒羽鹿

【LeetCode题库】1068. 产品销售分析 I —— MySQL 性能提升,using()关键字

寒羽鹿 32 0 0

吴陆奇

LeetCode(数据库)- 销售员

吴陆奇 142 0 0

精彩评论(0)

0 0 举报