首页
题库
公司真题
专项练习
面试题库
在线编程
面试
面试经验
AI 模拟面试
简历
求职
学习
基础学习课
实战项目课
求职辅导课
专栏&文章
竞赛
我要招人
发布职位
发布职位、邀约牛人
更多企业解决方案
AI面试、笔试、校招、雇品
HR免费试用AI面试
最新面试提效必备
登录
/
注册
牛客216001684号
获赞
1
粉丝
0
关注
0
看过 TA
5
湖州师范学院求真学院
2016
数据分析师
IP属地:上海
暂未填写个人简介
私信
关注
拉黑
举报
举报
确定要拉黑牛客216001684号吗?
发布(3)
评论
刷题
收藏
牛客216001684号
关注TA,不错过内容更新
关注
2023-10-27 16:11
湖州师范学院求真学院 数据分析师
题解 | #平均活跃天数和月活人数#
with a as( select distinct uid,date_format(start_time,'%Y%m') as ym,date_format(start_time,'%Y%m%d') as ymd from exam_record where year(start_time)=2021 and score is not null ) select ym,round(count(ymd)/count(distinct uid),2) as avg_active_days,count(distinct uid) as mau from a group by 1
0
点赞
评论
收藏
分享
2023-09-08 15:44
湖州师范学院求真学院 数据分析师
题解 | #朋友们的喜好#
list=[['Niumei', 'YOLO', 'Niu Ke Le', 'Mona'], ['pizza', 'fish', 'potato', 'beef'], [3, 6, 0, 3]] print(list)
0
点赞
评论
收藏
分享
2022-08-26 15:17
湖州师范学院求真学院 数据分析师
题解 | #第二快/慢用时之差大于试卷时长一半的试卷#
select distinct exam_id,duration,release_time from( select distinct exam_id,duration,release_time, sum(case when ranking_desc = 2 then time_cha when ranking_asc = 2 then - time_cha el...
0
点赞
评论
收藏
分享
1
创作者周榜
更多
关注他的用户也关注了:
牛客网
牛客网在线编程
牛客网题解
牛客企业服务