题解 | #每个题目和每份试卷被作答的人数和次数#

每个题目和每份试卷被作答的人数和次数

http://www.nowcoder.com/practice/203d0aed8928429a8978185d9a03babc

明确几个注意点:

1.count(distinct uid ) as uv 中要有distinct

  1. order by 一定要在最后最后最后用!

3.union联合的结果是乱序的,还需要对tid进行排序

select exam_id  as tid ,count(distinct uid )  as uv ,count(exam_id) as pv from exam_record
group by exam_id
union all

select question_id  as tid,count(distinct uid )  as uv ,count(question_id ) as pv from practice_record
group by  question_id
order by left(tid,1) desc, uv desc,pv desc
全部评论

相关推荐

不愿透露姓名的神秘牛友
06-30 18:19
点赞 评论 收藏
分享
06-12 17:46
门头沟学院 Java
运营你豪哥:来说重点: ​1.项目前置,时间倒序。​​ 2.​项目描述强化结果与量化效果(STAR原则里的R)。​​ ​3.个人技能精炼,明确掌握程度,突出核心。​​ ​4.增加强有力开头的个人总结部分。​​ 5.​优化教育背景(成绩排名)、合并奖项与活动。​​
听劝,我这个简历该怎么改...
点赞 评论 收藏
分享
点赞 评论 收藏
分享
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务