题解 | #店铺901国庆期间的7日动销率和滞销率#

店铺901国庆期间的7日动销率和滞销率

https://www.nowcoder.com/practice/e7837f66e8fb4b45b694d24ea61f0dc9

直接上代码
SELECT 
    dt,round(cnt/product_cnt,3)sale_rate,round(1-cnt/product_cnt,3)unsale_rate
FROM
    (SELECT 
        distinct date(event_time)dt,
        (SELECT count(distinct product_id)
        FROM tb_order_overall 
            JOIN tb_order_detail USING(order_id)
            JOIN tb_product_info USING(product_id)
        WHERE shop_id=901 and datediff(date(t.event_time),date(event_time)) between 0 and 6)cnt,
        (SELECT count(product_id) 
         FROM tb_product_info 
         WHERE shop_id=901)product_cnt
    FROM tb_order_overall t
    WHERE date(event_time) between '2021-10-01' and '2021-10-03')sale_cnt
ORDER BY dt;

运行结果:

全部评论

相关推荐

服从性笔试吗,发这么多笔,现在还在发。
蟑螂恶霸zZ:傻 x 公司,发两次笔试,两次部门匹配挂,
投递金山WPS等公司10个岗位 >
点赞 评论 收藏
分享
字节 飞书绩效团队 (n+2) * 15 + 1k * 12 + 1w
点赞 评论 收藏
分享
找不到工作死了算了:没事的,雨英,hr肯主动告知结果已经超越大部分hr了
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务