首页
题库
公司真题
专项练习
面试题库
在线编程
面试
面试经验
AI 模拟面试
简历
求职
学习
基础学习课
实战项目课
求职辅导课
专栏&文章
竞赛
我要招人
发布职位
发布职位、邀约牛人
更多企业解决方案
AI面试、笔试、校招、雇品
HR免费试用AI面试
最新面试提效必备
登录
/
注册
脑袋发芽
获赞
0
粉丝
0
关注
5
看过 TA
2
女
贵州职业技术学院
2024
C++
IP属地:广东
暂未填写个人简介
私信
关注
拉黑
举报
举报
确定要拉黑脑袋发芽吗?
发布(5)
评论
刷题
收藏
脑袋发芽
关注TA,不错过内容更新
关注
2023-08-16 18:26
贵州职业技术学院 C++
2023.08.16 在牛客打卡1天!
0
点赞
评论
收藏
分享
2023-08-16 18:08
贵州职业技术学院 C++
题解 | #浙大不同难度题目的正确率#
SELECT qd.difficult_level, IFNULL (SUM(qp.result = 'right') / COUNT(*), 0) AS accuracy_rate FROM user_profile up JOIN question_practice_detail qp ON up.device_id = qp.device_id JOIN question_detail qd ON qp.question_id = qd.question_id WHERE up.university = '浙江大学' GROUP BY qd.difficult_level ORDER B...
0
点赞
评论
收藏
分享
2023-08-16 15:59
贵州职业技术学院 C++
题解 | #截取出年龄#
select substring_index (substring_index (profile, ',', -2), ',', 1) age, count(device_id) as number from user_submit group by age;
0
点赞
评论
收藏
分享
2023-08-15 18:12
贵州职业技术学院 C++
题解 | #统计每个学校的答过题的用户的平均答题数#
select up.university,count(qpd.question_id) / count( distinct qpd.device_id) avg_answer_cnt from user_profile up join question_practice_detail qpd where up.device_id = qpd.device_id group by up.university;
0
点赞
评论
收藏
分享
2023-08-15 15:51
贵州职业技术学院 C++
题解 | #查找除复旦大学的用户信息#
select device_id,gender,age,university from user_profile where age is not null; --为什么这样写也能通过
0
点赞
评论
收藏
分享
1
创作者周榜
更多
关注他的用户也关注了:
牛客网
牛客网在线编程
牛客网题解
牛客企业服务