关注
这是看了你的答案后写的,能帮我看下我10-2号的数据哪里错了吗,自测运行都是对的,提交结果2号 的数据就不对 with t1 as (select '2021-10-01' dt,count(distinct a.product_id) ct from tb_order_detail a join tb_order_overall b on a.order_id=b.order_id join tb_product_info c on a.product_id=c.product_id where date(b.event_time) between date_sub('2021-10-01',interval 6 day) and '2021-10-01' and c.shop_id='901' union select '2021-10-02' dt,count(distinct a.product_id) ct from tb_order_detail a join tb_order_overall b on a.order_id=b.order_id join tb_product_info c on a.product_id=c.product_id where date(b.event_time) between date_sub('2021-10-02',interval 6 day) and '2021-10-02' and c.shop_id='901' union select '2021-10-03' dt,count(distinct a.product_id) ct from tb_order_detail a join tb_order_overall b on a.order_id=b.order_id join tb_product_info c on a.product_id=c.product_id where date(b.event_time) between date_sub('2021-10-03',interval 6 day) and '2021-10-03' and c.shop_id='901' ) select dt,round(ct/(select count(distinct product_id) from tb_product_info where shop_id='901'),3),round(1-ct/(select count(distinct product_id) from tb_product_info where shop_id='901'),3) from t1 order by dt;
点赞
牛客热帖
更多
- 1... 得物暑期实习oc1.7W
- 2... 以Mentor视角,更喜欢有这些沟通技巧的实习生1.6W
- 3... 来算一算你的offer究竟到手工资多少!(详细教程)9203
- 4... 悟已往之不谏,知来者之可追8349
- 5... 【26届四段大厂】实习爆炸产出方法论 2.08197
- 6... 腾讯云智一面面经6640
- 7... 双非本秋招字节转正失败春招重新拿下字节和腾讯6476
- 8... 暑期实习后,如何完成学生到职场人的身份转换?4642
- 9... 28届现在真的找不到日常吗?4024
- 10... 💗 521凉面筋真好吃~记录一把本小女孩人生第一面3935
正在热议
更多
# 毕业季,给职场新人一些建议 #
27235次浏览 458人参与
# 你的房租占工资的比例是多少? #
23120次浏览 255人参与
# 我的求职总结 #
30213次浏览 502人参与
# 计算机专业还有必要去大厂卷吗 #
20674次浏览 109人参与
# 我的实习日记 #
2445363次浏览 25453人参与
# 薪资一样,你会选择去大厂还是小公司 #
16796次浏览 103人参与
# 辞职之后最想做的一件事 #
11559次浏览 167人参与
# 你见过最离谱的招聘要求是什么? #
188743次浏览 1404人参与
# 晒一晒你收到的礼盒 #
62839次浏览 376人参与
# 选offer应该考虑哪些因素 #
20969次浏览 303人参与
# 金蝶求职进展汇总 #
44161次浏览 242人参与
# 非技术岗薪资爆料 #
355900次浏览 2747人参与
# Offer比较,求稳定还是求发展 #
49660次浏览 240人参与
# 你怀疑过自己的专业选择吗? #
17595次浏览 201人参与
# 为了秋招你都做了哪些准备? #
11133次浏览 166人参与
# 你想吐槽公司的哪些规定 #
17843次浏览 68人参与
# 工作中的卑微时刻 #
9156次浏览 56人参与
# 第一份工作应该只看薪资吗 #
139073次浏览 1462人参与
# 我的工作日记 #
99083次浏览 1275人参与
# 秋招想进国企该如何准备 #
58551次浏览 376人参与