首页
题库
公司真题
专项练习
面试题库
在线编程
面试
面试经验
AI 模拟面试
简历
求职
学习
基础学习课
实战项目课
求职辅导课
专栏&文章
竞赛
我要招人
发布职位
发布职位、邀约牛人
更多企业解决方案
AI面试、笔试、校招、雇品
HR免费试用AI面试
最新面试提效必备
登录
/
注册
刘大爷上班了
获赞
2
粉丝
0
关注
0
看过 TA
2
贵州大学
2020
大数据开发工程师
IP属地:广东
暂未填写个人简介
私信
关注
拉黑
举报
举报
确定要拉黑刘大爷上班了吗?
发布(18)
评论
刷题
收藏
刘大爷上班了
关注TA,不错过内容更新
关注
2024-02-11 16:41
贵州大学 大数据开发工程师
题解 | #分群并计算群体人数#
select age_group,count(age_group) user_count from ( select case when age<20 then '20以下' when age<51 then '20-50' when age>50 then '50以上' else '未填写' end age_group from customers_info ) s group by age_group
0
点赞
评论
收藏
分享
2024-02-11 16:20
贵州大学 大数据开发工程师
题解 | #21年8月份练题总数#
select count(distinct device_id) did_cnt,count(question_id) question_cnt from question_practice_detail where month(date)=8
0
点赞
评论
收藏
分享
2023-02-24 22:06
贵州大学 大数据开发工程师
题解 | #查询2022年毕业用户的刷题记录#
select user_id,question_type,device,pass_count,date from questions_pass_record where user_id in (select user_id from user_info where graduation_year =2022 )
0
点赞
评论
收藏
分享
1
2
创作者周榜
更多
关注他的用户也关注了:
牛客网
牛客网在线编程
牛客网题解
牛客企业服务