首页
题库
公司真题
专项练习
面试题库
在线编程
面试
面试经验
AI 模拟面试
简历
求职
学习
基础学习课
实战项目课
求职辅导课
专栏&文章
竞赛
搜索
我要招人
发布职位
发布职位、邀约牛人
更多企业解决方案
AI面试、笔试、校招、雇品
HR免费试用AI面试
最新面试提效必备
登录
/
注册
sunyanchi
获赞
0
粉丝
0
关注
4
看过 TA
0
盐城师范学院
2024
Java
IP属地:江苏
暂未填写个人简介
私信
关注
拉黑
举报
举报
确定要拉黑sunyanchi吗?
发布(5)
评论
刷题
收藏
sunyanchi
关注TA,不错过内容更新
关注
2024-06-20 10:52
盐城师范学院 Java
题解 | #浙江大学用户题目回答情况#
select q.device_id,question_id,result from question_practice_detail as q inner join user_profile as u on q.device_id = u.device_id and u.university = '浙江大学' ;
0
点赞
评论
收藏
分享
2024-06-19 17:29
盐城师范学院 Java
题解 | #分组过滤练习题#
select university, avg(round(question_cnt,3)) as avg_question_cnt , avg(round(answer_cnt,3)) as avg_answer_cnt from user_profile group by university having avg_question_cnt < 5 or avg_answer_cnt < 20 ;
0
点赞
评论
收藏
分享
2024-06-19 17:07
盐城师范学院 Java
题解 | #分组计算练习题#
select gender,university,count(device_id),avg(round(active_days_within_30,1)),avg(round(question_cnt,1)) from user_profile group by university, gender;
0
点赞
评论
收藏
分享
2024-06-19 10:37
盐城师范学院 Java
题解 | #21年8月份练题总数#
select count(distinct device_id) as did_cnt,count(question_id) as question_cnt from question_practice_detail where date like "%2021-08%";
0
点赞
评论
收藏
分享
2024-06-18 10:17
盐城师范学院 Java
题解 | #查看学校名称中含北京的用户#
select device_id,age,university from user_profile where university like "%北京%";
0
点赞
评论
收藏
分享
1
创作者周榜
更多
关注他的用户也关注了:
牛客网
牛客网在线编程
牛客网题解
牛客企业服务