牛客917810122号
牛客917810122号
全部文章
分类
归档
标签
去牛客网
登录
/
注册
牛客917810122号的博客
全部文章
(共2篇)
题解 | 分析每个商品在不同时间段的销售情况
with t1 as (select a.product_id product_id, product_name, supplier_name, total_amount, order_date, category from product_info a join order_info b on...
2025-06-21
0
14
题解 | 电商平台想要了解不同商品在不同月份的销售趋势
with t1 as (select a.product_id product_id,product_name,sale_month,quantity from sales_underline a join products_underline b on a.product_id = b.pro...
2025-06-21
0
14