offer正在赶来的路上_
offer正在赶来的路上_
全部文章
分类
归档
标签
去牛客网
登录
/
注册
offer正在赶来的路上_的博客
全部文章
(共1篇)
题解 | #某宝店铺连续2天及以上购物的用户及其对应的天数#
select t2.user_id, count(distinct t2.sales_date)+1 as days_count from sales_tb as t1,sales_tb as t2 where t1.user_id = t2.user_id and datediff...
2023-06-16
4
294