会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Alex Zeng
博客园
新随笔
联系
管理
2022年11月28日
SQL查询连续登录用户
摘要: 问题:如何判读用户连续5天登录过系统? 1.环境 MySQL 8.0.21 2.准备测试数据 create table report_user_login(id bigint auto_increment primary key comment '主键ID', user_id varchar(10)
阅读全文
posted @ 2022-11-28 19:31 Alex-Zeng
阅读(437)
评论(0)
推荐(0)
编辑