首页
题库
公司真题
专项练习
面试题库
在线编程
面试
面试经验
AI 模拟面试
简历
求职
学习
基础学习课
实战项目课
求职辅导课
专栏&文章
竞赛
搜索
我要招人
发布职位
发布职位、邀约牛人
更多企业解决方案
AI面试、笔试、校招、雇品
HR免费试用AI面试
最新面试提效必备
登录
/
注册
卖萌的小山竹在春招
获赞
0
粉丝
0
关注
0
看过 TA
0
衡水学院
2021
数据分析师
IP属地:北京
暂未填写个人简介
私信
关注
拉黑
举报
举报
确定要拉黑卖萌的小山竹在春招吗?
发布(5)
评论
刷题
收藏
卖萌的小山竹在春招
关注TA,不错过内容更新
关注
02-05 14:07
衡水学院 数据分析师
题解 | 基本数学函数
select *, abs(value) as absolute_value, ceil(value) as ceiling_value, floor(value) as floor_value, round(value,1) as rounded_value from numbers order by id;
0
点赞
评论
收藏
分享
02-05 13:37
衡水学院 数据分析师
题解 | 电话号码格式校验
select * from contacts where phone_number regexp '^[1-9][0-9]{9}$|^[1-9][0-9]{2}-[0-9]{3}-[0-9]{4}$' order by id;
0
点赞
评论
收藏
分享
02-05 13:07
衡水学院 数据分析师
题解 | 21年8月份练题总数
select count(distinct device_id) as did_cnt, count(question_id) as question_cnt from question_practice_detail where year(date) = 2021 and month(date) = 8;
0
点赞
评论
收藏
分享
02-04 22:22
衡水学院 数据分析师
题解 | 浙大不同难度题目的正确率
select qd.difficult_level, sum(if(qpd.result = 'right',1,0)) / count(qpd.question_id) as correct_rate from user_profile up right join question_practice_detail qpd on up.device_id = qpd.device_id left join question_detail qd on qpd.question_id = qd.question_id where up.university = '浙江大学' group by qd...
0
点赞
评论
收藏
分享
2024-02-27 19:07
衡水学院 数据分析师
题解 | #纠错4#
SELECT cust_name, cust_contact, cust_email FROM Customers WHERE cust_state = 'MI' UNION SELECT cust_name, cust_contact, cust_email FROM Customers WHERE cust_state = 'IL' ORDER BY cust_name;
0
点赞
评论
收藏
分享
1
创作者周榜
更多
关注他的用户也关注了:
牛客网
牛客网在线编程
牛客网题解
牛客企业服务