题解 | #某宝店铺的SPU数量#
某宝店铺的SPU数量
https://www.nowcoder.com/practice/2b6ea6b8fe634d2cbc39be46db411ca4
select style_id,count(style_id) as SPU_num from product_tb group by style_id order by SPU_num desc
简单到不敢相信...
某宝店铺的SPU数量
https://www.nowcoder.com/practice/2b6ea6b8fe634d2cbc39be46db411ca4
select style_id,count(style_id) as SPU_num from product_tb group by style_id order by SPU_num desc
简单到不敢相信...
相关推荐