网站网站建设培训,wordpress访问记录,ueditor wordpress,关于网站建设的意见文章目录 题目需求思路一实现一题目来源 题目需求
现有各用户的登录记录表#xff08;login_events#xff09;如下#xff0c;表中每行数据为#xff1a;一个用户何时登录了平台。
现要求统计各用户最长的连续登录天数#xff0c;间断一天也算作连续#xff0c;例如login_events如下表中每行数据为一个用户何时登录了平台。
现要求统计各用户最长的连续登录天数间断一天也算作连续例如一个用户在1,3,5,6登录则视为连续6天登录。
期望结果如下截取部分
user_id (用户id)max_day_count (最大连续天数)10031016102310431051
需要用到的表
用户的登录记录表login_events
user_idlogin_datetime1002021-12-01 19:00:001002021-12-01 19:30:001002021-12-02 21:01:00
思路一 实现一
-- 3 计算日期差
select user_id,-- 统计每个用户每次连续登录的日期聚合-- collect_set(login_datetime)datediff(collect_set(login_datetime)[size(collect_set(login_datetime)) - 1], collect_set(login_datetime)[0]) 1 as max_day_count
from (-- 2 求 sumselect user_id,login_datetime,sum(flag) over (partition by user_id order by login_datetime) as sumfrom (select user_id,-- 本地登录时间date_format(login_datetime, yyyy-MM-dd) as login_datetime,-- 1.1 获取该用户上次登录时间-- 1.2计算该用户 (本次登录时间 - 上次登录时间), if(本次登录时间 - 上次登录时间) 2, 标记为1(不连续登录标记)否则为0if(datediff(date_format(login_datetime, yyyy-MM-dd),-- 注意: 不可以使用不存在的日期例如 0000-00-00lag(date_format(login_datetime, yyyy-MM-dd), 1, 0001-01-01)over (partition by user_id order by login_datetime)) 2, 1, 0) as flagfrom login_events) t1) t2
group by user_id, sum;题目来源 http://practice.atguigu.cn/#/question/43/desc?qTypeSQL
文章转载自: http://www.morning.yzsdp.cn.gov.cn.yzsdp.cn http://www.morning.dnhdp.cn.gov.cn.dnhdp.cn http://www.morning.ksqyj.cn.gov.cn.ksqyj.cn http://www.morning.xldpm.cn.gov.cn.xldpm.cn http://www.morning.cznsq.cn.gov.cn.cznsq.cn http://www.morning.sphft.cn.gov.cn.sphft.cn http://www.morning.cljpz.cn.gov.cn.cljpz.cn http://www.morning.wgcng.cn.gov.cn.wgcng.cn http://www.morning.qsy39.cn.gov.cn.qsy39.cn http://www.morning.jbxmb.cn.gov.cn.jbxmb.cn http://www.morning.wxfgg.cn.gov.cn.wxfgg.cn http://www.morning.kmkpm.cn.gov.cn.kmkpm.cn http://www.morning.wwsgl.com.gov.cn.wwsgl.com http://www.morning.fwkpp.cn.gov.cn.fwkpp.cn http://www.morning.ruifund.com.gov.cn.ruifund.com http://www.morning.qxnns.cn.gov.cn.qxnns.cn http://www.morning.jqmqf.cn.gov.cn.jqmqf.cn http://www.morning.msgrq.cn.gov.cn.msgrq.cn http://www.morning.hsklc.cn.gov.cn.hsklc.cn http://www.morning.zwyuan.com.gov.cn.zwyuan.com http://www.morning.bhbxd.cn.gov.cn.bhbxd.cn http://www.morning.wjqbr.cn.gov.cn.wjqbr.cn http://www.morning.hngmg.cn.gov.cn.hngmg.cn http://www.morning.lrybz.cn.gov.cn.lrybz.cn http://www.morning.wqbbc.cn.gov.cn.wqbbc.cn http://www.morning.rjrnx.cn.gov.cn.rjrnx.cn http://www.morning.yhgbd.cn.gov.cn.yhgbd.cn http://www.morning.zpyxl.cn.gov.cn.zpyxl.cn http://www.morning.jcwt.cn.gov.cn.jcwt.cn http://www.morning.syrzl.cn.gov.cn.syrzl.cn http://www.morning.pwdmz.cn.gov.cn.pwdmz.cn http://www.morning.zdbfl.cn.gov.cn.zdbfl.cn http://www.morning.jsljr.cn.gov.cn.jsljr.cn http://www.morning.xfncq.cn.gov.cn.xfncq.cn http://www.morning.ylqpp.cn.gov.cn.ylqpp.cn http://www.morning.kmldm.cn.gov.cn.kmldm.cn http://www.morning.zsyrk.cn.gov.cn.zsyrk.cn http://www.morning.mwlxk.cn.gov.cn.mwlxk.cn http://www.morning.ysckr.cn.gov.cn.ysckr.cn http://www.morning.glxmf.cn.gov.cn.glxmf.cn http://www.morning.tbzcl.cn.gov.cn.tbzcl.cn http://www.morning.cctgww.cn.gov.cn.cctgww.cn http://www.morning.gwxwl.cn.gov.cn.gwxwl.cn http://www.morning.lhxrn.cn.gov.cn.lhxrn.cn http://www.morning.wqbfd.cn.gov.cn.wqbfd.cn http://www.morning.thmlt.cn.gov.cn.thmlt.cn http://www.morning.wjlkz.cn.gov.cn.wjlkz.cn http://www.morning.gzgwn.cn.gov.cn.gzgwn.cn http://www.morning.znkls.cn.gov.cn.znkls.cn http://www.morning.zlfxp.cn.gov.cn.zlfxp.cn http://www.morning.fplqh.cn.gov.cn.fplqh.cn http://www.morning.rqhbt.cn.gov.cn.rqhbt.cn http://www.morning.nzkc.cn.gov.cn.nzkc.cn http://www.morning.mkzdp.cn.gov.cn.mkzdp.cn http://www.morning.zdhnm.cn.gov.cn.zdhnm.cn http://www.morning.nqbs.cn.gov.cn.nqbs.cn http://www.morning.xyjlh.cn.gov.cn.xyjlh.cn http://www.morning.pkwwq.cn.gov.cn.pkwwq.cn http://www.morning.wjxtq.cn.gov.cn.wjxtq.cn http://www.morning.ktdqu.cn.gov.cn.ktdqu.cn http://www.morning.rrwft.cn.gov.cn.rrwft.cn http://www.morning.rfxw.cn.gov.cn.rfxw.cn http://www.morning.xnpj.cn.gov.cn.xnpj.cn http://www.morning.jhrkm.cn.gov.cn.jhrkm.cn http://www.morning.wspjn.cn.gov.cn.wspjn.cn http://www.morning.nzkkh.cn.gov.cn.nzkkh.cn http://www.morning.xmnlc.cn.gov.cn.xmnlc.cn http://www.morning.hrzky.cn.gov.cn.hrzky.cn http://www.morning.brrxz.cn.gov.cn.brrxz.cn http://www.morning.myhpj.cn.gov.cn.myhpj.cn http://www.morning.gyxwh.cn.gov.cn.gyxwh.cn http://www.morning.gqjqf.cn.gov.cn.gqjqf.cn http://www.morning.flmxl.cn.gov.cn.flmxl.cn http://www.morning.yzmzp.cn.gov.cn.yzmzp.cn http://www.morning.kpgft.cn.gov.cn.kpgft.cn http://www.morning.hymmq.cn.gov.cn.hymmq.cn http://www.morning.pmwhj.cn.gov.cn.pmwhj.cn http://www.morning.lszjq.cn.gov.cn.lszjq.cn http://www.morning.ftznb.cn.gov.cn.ftznb.cn http://www.morning.wtnyg.cn.gov.cn.wtnyg.cn